diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 464f6ab..d12e35d 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -29,7 +29,7 @@ return (new PhpCsFixer\Config()) ->setRiskyAllowed(true) ->setRules([ - '@PHP74Migration' => true, + '@PHP80Migration' => true, '@PhpCsFixer' => true, '@Symfony' => true, '@Symfony:risky' => true,