diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 06b7e72..44f002a 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -1,8 +1,10 @@ setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect()) ->setRules([ '@Symfony' => true, + 'phpdoc_separation' => false, '@Symfony:risky' => true, 'array_syntax' => array('syntax' => 'short'), 'no_unreachable_default_argument_value' => false,