Skip to content

Commit

Permalink
PsrPrinter is not final
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 1, 2024
1 parent 03acaa6 commit c511194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpGenerator/PsrPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Generates PHP code compatible with PSR-2 and PSR-12.
*/
final class PsrPrinter extends Printer
class PsrPrinter extends Printer
{
public string $indentation = ' ';
public int $linesBetweenMethods = 1;
Expand Down

0 comments on commit c511194

Please sign in to comment.