Skip to content

Commit 91df959

Browse files
authored
Merge pull request #7 from php-api-clients/native_constant_invocation
native_constant_invocation
2 parents 48387e6 + b37d510 commit 91df959

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)