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 b8bd63b commit f0f76ff
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 @@ -37,7 +37,7 @@
->setCacheFile('.Build/.php_cs.cache')
->setFinder($finder)
->setRules([
'@PSR2' => true,
'@PSR12' => true,
'@Symfony' => true,
'header_comment' => ['header' => $header],
'trailing_comma_in_multiline' => [
Expand Down

0 comments on commit f0f76ff

Please sign in to comment.