Skip to content

Commit

Permalink
remove duplicated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Mar 10, 2017
1 parent 6f7c4a0 commit bd1a8cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ return PhpCsFixer\Config::create()
'include' => true,
'new_with_braces' => true,
'no_empty_statement' => true,
'no_extra_consecutive_blank_lines' => ['use'],
'no_extra_consecutive_blank_lines' => true,
'no_leading_import_slash' => true,
'no_leading_namespace_whitespace' => true,
Expand Down

0 comments on commit bd1a8cd

Please sign in to comment.