8000
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 8892b98 commit 720ed4dCopy full SHA for 720ed4d
.php_cs.dist
@@ -15,6 +15,8 @@ return PhpCsFixer\Config::create()
15
// rule disabled due to https://bugs.php.net/bug.php?id=60573 bug;
16
// to be re-enabled (by dropping next line, rule is part of @Symfony already) on branch that requires PHP 5.4+
17
'self_accessor' => false,
18
+ // TODO remove the disabling once https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/3876 is merged and released
19
+ 'native_constant_invocation' => false,
20
))
21
->setRiskyAllowed(true)
22
->setFinder(
0 commit comments