diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 589f90b72..de826b6a3 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -10,6 +10,7 @@ return (new PhpCsFixer\Config()) ->setRiskyAllowed(true) ->setRules([ + '@PHP84Migration' => true, '@Symfony' => true, '@Symfony:risky' => true, 'header_comment' => [