From 8c47289e63aa723aede1553b2490d05790c10fcd Mon Sep 17 00:00:00 2001 From: djordy Date: Fri, 15 Nov 2024 16:41:51 +0100 Subject: [PATCH] style: fix rule order --- .php-cs-fixer.dist.php | 1 + 1 file changed, 1 insertion(+) 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' => [