Skip to content

Commit

Permalink
revert final private
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 15, 2022
1 parent 49601e5 commit 96d5c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProxyManager/Generator/Util/IdentifierSuffixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ abstract class IdentifierSuffixer
public const VALID_IDENTIFIER_FORMAT = '/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]+$/';
public const DEFAULT_IDENTIFIER = 'g';

private function __construct()
final private function __construct()
{
}

Expand Down

0 comments on commit 96d5c8d

Please sign in to comment.