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 63bd717 commit 2b5cb60Copy full SHA for 2b5cb60
.php-cs-fixer.dist.php
@@ -126,7 +126,11 @@
126
'multiline_whitespace_before_semicolons' => true,
127
'native_constant_invocation' => false,
128
'native_function_casing' => false,
129
- 'native_function_invocation' => false,
+ 'native_function_invocation' => [
130
+ 'include' => [
131
+ '@internal',
132
+ ],
133
134
'native_function_type_declaration_casing' => true,
135
'new_with_braces' => [
136
'named_class' => false,
0 commit comments