Skip to content

Commit

Permalink
Merge pull request #2402 from lucasmichot/feature/cs-rule
Browse files Browse the repository at this point in the history
Add no_extra_consecutive_blank_lines rule to php-cs-fixer
  • Loading branch information
kylekatarnls authored Jul 28, 2021
2 parents 089b19c + d648e03 commit 68c220a
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 @@ -23,6 +23,7 @@
'include' => ['@compiler_optimized'],
],
'no_blank_lines_after_phpdoc' => true,
'no_extra_blank_lines' => true,
'no_short_bool_cast' => true,
'no_unneeded_control_parentheses' => true,
'no_unused_imports' => true,
Expand Down

0 comments on commit 68c220a

Please sign in to comment.