Skip to content

Commit

Permalink
Cleanup add PSR12
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Dec 6, 2024
1 parent b35d378 commit 9274076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
return $config
->setFinder($finder)
->setRules([
'@PSR12' => true,
'@Symfony' => true,
'phpdoc_align' => false,
'no_superfluous_phpdoc_tags' => false,
Expand Down

0 comments on commit 9274076

Please sign in to comment.