We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7c4a0 commit bd1a8cdCopy full SHA for bd1a8cd
.php_cs.dist
@@ -33,7 +33,6 @@ return PhpCsFixer\Config::create()
33
'include' => true,
34
'new_with_braces' => true,
35
'no_empty_statement' => true,
36
- 'no_extra_consecutive_blank_lines' => ['use'],
37
'no_extra_consecutive_blank_lines' => true,
38
'no_leading_import_slash' => true,
39
'no_leading_namespace_whitespace' => true,
0 commit comments