Skip to content

Commit

Permalink
style: fix rule order
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Nov 15, 2024
1 parent e4b0efb commit 8c47289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
return (new PhpCsFixer\Config())
->setRiskyAllowed(true)
->setRules([
'@PHP84Migration' => true,
'@Symfony' => true,
'@Symfony:risky' => true,
'header_comment' => [
Expand Down

0 comments on commit 8c47289

Please sign in to comment.