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 d36064d commit a5192eeCopy full SHA for a5192ee
src/PhpGenerator/PsrPrinter.php
@@ -13,7 +13,7 @@
13
/**
14
* Generates PHP code compatible with PSR-2 and PSR-12.
15
*/
16
-class PsrPrinter extends Printer
+final class PsrPrinter extends Printer
17
{
18
/** @var string */
19
protected $indentation = ' ';
0 commit comments