We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45595f commit 127d976Copy full SHA for 127d976
src/PhpGenerator/PsrPrinter.php
@@ -13,7 +13,7 @@
13
/**
14
* Generates PHP code compatible with PSR-2 and PSR-12.
15
*/
16
-final class PsrPrinter extends Printer
+class PsrPrinter extends Printer
17
{
18
public string $indentation = ' ';
19
public int $linesBetweenMethods = 1;
0 commit comments