diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index eb32278a05..5051da5cf5 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -6,7 +6,8 @@ ->in(__DIR__); $config->setRules([ '@PSR1' => true, - '@Symfony' => true + '@Symfony' => true, + 'no_superfluous_phpdoc_tags' => ['allow_mixed' => true] ]); return $config; \ No newline at end of file