Skip to content

Commit

Permalink
ASW-0 update php-cs-fixer-config
Browse files Browse the repository at this point in the history
  • Loading branch information
bortefi committed Feb 1, 2022
1 parent 5651076 commit 897b675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
->name('*.php'))
->setRiskyAllowed(true)
->setRules([
'@PSR2' => true,
'@PSR12' => true,
'@Symfony' => true,
'align_multiline_comment' => true,
'array_indentation' => true,
Expand Down

0 comments on commit 897b675

Please sign in to comment.