We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6360081 commit caa776cCopy full SHA for caa776c
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