Skip to content

Commit

Permalink
unify cs fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 3, 2024
1 parent a58e191 commit 864df81
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 @@ -33,6 +33,7 @@
'blank_line_before_statement' => [
'statements' => ['break', 'continue', 'declare', 'return', 'throw', 'exit'],
],
'final_internal_class' => false,
'combine_consecutive_issets' => false,
'combine_consecutive_unsets' => false,
'multiline_whitespace_before_semicolons' => false,
Expand Down

0 comments on commit 864df81

Please sign in to comment.