Skip to content

Commit

Permalink
Update PHP-CS-Fixer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Nov 15, 2023
1 parent db8a6d8 commit 7a32f59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/Private/Build/PhpCsFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
return (new Config())
->setRiskyAllowed(true)
->setRules([
'@PER' => true,
'@PER-CS2.0' => true,
'@PER-CS:risky' => true,
'@DoctrineAnnotation' => true,
'@PHP80Migration' => true,
'@PHP81Migration' => true,
'@PHP80Migration:risky' => true,
'no_superfluous_phpdoc_tags' => true,
])
Expand Down

0 comments on commit 7a32f59

Please sign in to comment.