Skip to content

Commit 96d5c8d

Browse files
committed
revert final private
1 parent 49601e5 commit 96d5c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProxyManager/Generator/Util/IdentifierSuffixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ abstract class IdentifierSuffixer
2323
public const VALID_IDENTIFIER_FORMAT = '/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]+$/';
2424
public const DEFAULT_IDENTIFIER = 'g';
2525

26-
private function __construct()
26+
final private function __construct()
2727
{
2828
}
2929

0 commit comments

Comments
 (0)