Skip to content

Commit

Permalink
Enhancement: Enable no_whitespace_in_blank_line fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 17, 2017
1 parent 4b88635 commit da6cadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ return PhpCsFixer\Config::create()
'no_unused_imports' => true,
'no_useless_else' => true,
'no_useless_return' => true,
'no_whitespace_in_blank_line' => true,
'ordered_imports' => true,
'php_unit_expectation' => true,
'php_unit_no_expectation_annotation' => true,
Expand Down

0 comments on commit da6cadd

Please sign in to comment.