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.
2 parents 48387e6 + b37d510 commit 91df959Copy full SHA for 91df959
src/PhpCsFixerConfig.php
@@ -41,6 +41,7 @@ public static function create(array $extraRules = []): Config
41
'strict_param' => true,
42
'trailing_comma_in_multiline_array' => true,
43
'native_function_invocation' => true,
44
+ 'native_constant_invocation' => true,
45
'no_php4_constructor' => true,
46
'no_short_echo_tag' => true,
47
'no_useless_return' => true,
0 commit comments