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 c72b187 commit 2705302Copy full SHA for 2705302
.php-cs-fixer.dist.php
@@ -30,6 +30,7 @@
30
return (new PhpCsFixer\Config())
31
// @see https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7777
32
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
33
+ ->setUnsupportedPhpVersionAllowed(true)
34
->setRules([
35
'@Symfony' => true,
36
'@Symfony:risky' => true,
0 commit comments