Skip to content

Commit

Permalink
Cleanup switch to PSR12 from PSR2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Dec 6, 2024
1 parent a514423 commit 0defb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
->setCacheFile('.Build/.php_cs.cache')
->setFinder($finder)
->setRules([
'@PSR2' => true,
'@PSR12' => true,
'@Symfony' => true,
'header_comment' => ['header' => $header],
])
Expand Down

0 comments on commit 0defb0f

Please sign in to comment.