Skip to content

Commit caa776c

Browse files
committed
PsrPrinter is not final
1 parent 6360081 commit caa776c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpGenerator/PsrPrinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Generates PHP code compatible with PSR-2 and PSR-12.
1515
*/
16-
final class PsrPrinter extends Printer
16+
class PsrPrinter extends Printer
1717
{
1818
public string $indentation = ' ';
1919
public int $linesBetweenMethods = 1;

0 commit comments

Comments
 (0)