Skip to content

Commit b37d510

Browse files
committed
native_constant_invocation
1 parent 48387e6 commit b37d510

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PhpCsFixerConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public static function create(array $extraRules = []): Config
4141
'strict_param' => true,
4242
'trailing_comma_in_multiline_array' => true,
4343
'native_function_invocation' => true,
44+
'native_constant_invocation' => true,
4445
'no_php4_constructor' => true,
4546
'no_short_echo_tag' => true,
4647
'no_useless_return' => true,

0 commit comments

Comments
 (0)