Skip to content

Commit

Permalink
Update .php-cs-fixer.dist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 8, 2024
1 parent 965b088 commit e750789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'array_syntax' => [ 'syntax' => 'short' ],
'strict_comparison' => true,
'strict_param' => true,
'phpdoc_indent' = > true,
'no_trailing_whitespace' => false,
'no_trailing_whitespace_in_comment' => false,
'braces' => false,
Expand Down

0 comments on commit e750789

Please sign in to comment.