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 69bd32b commit 1b951f5Copy full SHA for 1b951f5
.php-cs-fixer.dist.php
@@ -1,8 +1,10 @@
1
<?php
2
3
return (new PhpCsFixer\Config())
4
+ ->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
5
->setRules([
6
'@Symfony' => true,
7
+ 'phpdoc_separation' => false,
8
'@Symfony:risky' => true,
9
'array_syntax' => array('syntax' => 'short'),
10
'no_unreachable_default_argument_value' => false,
0 commit comments