Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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-
finalclass PsrPrinter extends Printer
16+
class PsrPrinter extends Printer
1717
{
1818
public string $indentation = '';
1919
public int $linesBetweenMethods = 1;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /