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 49601e5 commit 96d5c8dCopy full SHA for 96d5c8d
src/ProxyManager/Generator/Util/IdentifierSuffixer.php
@@ -23,7 +23,7 @@ abstract class IdentifierSuffixer
23
public const VALID_IDENTIFIER_FORMAT = '/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]+$/';
24
public const DEFAULT_IDENTIFIER = 'g';
25
26
- private function __construct()
+ final private function __construct()
27
{
28
}
29
0 commit comments