diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index b8e14f420..589f90b72 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -8,8 +8,10 @@ ->exclude('tests/Functional/cache'); return (new PhpCsFixer\Config()) + ->setRiskyAllowed(true) ->setRules([ '@Symfony' => true, + '@Symfony:risky' => true, 'header_comment' => [ 'header' => <<