Skip to content

Commit

Permalink
Update .php_cs.dist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored Sep 7, 2021
1 parent fd82687 commit 85621c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 85621c2

Please sign in to comment.