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 62c91ab + 44c58d1 commit 61ea0b8Copy full SHA for 61ea0b8
.php_cs.dist
@@ -28,7 +28,7 @@ return PhpCsFixer\Config::create()
28
'location' => 'after_open',
29
],
30
'modernize_types_casting' => true,
31
- 'native_function_invocation' => true,
+ 'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'namespaced'],
32
'no_extra_consecutive_blank_lines' => [
33
'break',
34
'continue',
@@ -52,7 +52,6 @@ return PhpCsFixer\Config::create()
52
'strict_comparison' => true,
53
'strict_param' => true,
54
'ternary_to_null_coalescing' => true,
55
- 'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'namespaced'],
56
])
57
->setFinder($finder)
58
;
0 commit comments