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 eb67c10 commit e4f6230Copy full SHA for e4f6230
.php-cs-fixer.dist.php
@@ -163,7 +163,24 @@
163
'no_empty_comment' => true,
164
'no_empty_phpdoc' => true,
165
'no_empty_statement' => true,
166
- 'no_extra_blank_lines' => true,
+ 'no_extra_blank_lines' => [
167
+ 'tokens' => [
168
+ 'attribute',
169
+ 'break',
170
+ 'case',
171
+ 'continue',
172
+ 'curly_brace_block',
173
+ 'default',
174
+ 'extra',
175
+ 'parenthesis_brace_block',
176
+ 'return',
177
+ 'square_brace_block',
178
+ 'switch',
179
+ 'throw',
180
+ 'use',
181
+ 'use_trait',
182
+ ],
183
184
'no_homoglyph_names' => true,
185
'no_leading_import_slash' => true,
186
'no_leading_namespace_whitespace' => true,
0 commit comments