Skip to content

Commit

Permalink
Update .php-cs-fixer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored Oct 3, 2022
1 parent b1d1e34 commit 714483f
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 @@ -15,7 +15,7 @@

return (new PhpCsFixer\Config())
->setRules([
'@PSR2' => true,
'@PSR12' => true,
'array_syntax' => ['syntax' => 'short'],
'ordered_imports' => ['sort_algorithm' => 'alpha'],
'no_unused_imports' => true,
Expand Down

0 comments on commit 714483f

Please sign in to comment.