Skip to content

Commit 127d976

Browse files
committed
PsrPrinter is not final
1 parent e45595f commit 127d976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpGenerator/PsrPrinter.php

+1-1
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)