diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index f99a8c0..dd5ea6d 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, 'array_syntax' => array('syntax' => 'short'), 'no_unreachable_default_argument_value' => false, 'braces' => array('allow_single_line_closure' => true),