Skip to content

Commit bd1a8cd

Browse files
committed
remove duplicated rule
1 parent 6f7c4a0 commit bd1a8cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php_cs.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ return PhpCsFixer\Config::create()
3333
'include' => true,
3434
'new_with_braces' => true,
3535
'no_empty_statement' => true,
36-
'no_extra_consecutive_blank_lines' => ['use'],
3736
'no_extra_consecutive_blank_lines' => true,
3837
'no_leading_import_slash' => true,
3938
'no_leading_namespace_whitespace' => true,

0 commit comments

Comments
 (0)