Skip to content

Commit

Permalink
Enhancement: Enable combine_consecutive_unsets fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 27, 2017
1 parent a59c395 commit bb7055e
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 @@ -18,6 +18,7 @@ return PhpCsFixer\Config::create()
'blank_line_after_opening_tag' => true,
'blank_line_before_statement' => true,
'cast_spaces' => true,
'combine_consecutive_unsets' => true,
'concat_space' => [
'spacing' => 'one',
],
Expand Down

0 comments on commit bb7055e

Please sign in to comment.