Skip to content

Commit a5192ee

Browse files
committed
PsrPrinter is final
1 parent d36064d commit a5192ee

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-
class PsrPrinter extends Printer
16+
final class PsrPrinter extends Printer
1717
{
1818
/** @var string */
1919
protected $indentation = ' ';

0 commit comments

Comments
 (0)