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 Mar 3, 2020
1 parent 7262b5f commit ad81cb3
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 @@ -9,6 +9,7 @@ return PhpCsFixer\Config::create()
'array_syntax' => [
'syntax' => 'short',
],
'no_whitespace_in_blank_line' => true,
'php_unit_set_up_tear_down_visibility' => true,
])
->setFinder($finder);

0 comments on commit ad81cb3

Please sign in to comment.