diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 06b7e72..55fc624 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -1,7 +1,9 @@ setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect()) ->setRules([ + 'phpdoc_separation' => ['skip_unlisted_annotations' => true], '@Symfony' => true, '@Symfony:risky' => true, 'array_syntax' => array('syntax' => 'short'),