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 56e0a07 commit 33b6538Copy full SHA for 33b6538
.php_cs
@@ -35,6 +35,7 @@ return PhpCsFixer\Config::create()
35
'psr4' => true,
36
'strict_comparison' => true,
37
'strict_param' => true,
38
+ 'native_function_invocation' => ['include' => ['@compiler_optimized']],
39
)
40
41
->setFinder(
composer.json
@@ -18,7 +18,7 @@
18
"symfony/options-resolver": "^3.0|^4.0"
19
},
20
"require-dev": {
21
- "friendsofphp/php-cs-fixer": "^2.6",
+ "friendsofphp/php-cs-fixer": "^2.12",
22
"phpunit/phpunit": "^5.7.27",
23
"php-coveralls/php-coveralls": "^2.1"
24
0 commit comments