Skip to content

Commit 6cccb4d

Browse files
committed
feat: update rule no_extra_blank_lines
Take in account `use` and `use_trait`.
1 parent 06bb88b commit 6cccb4d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/php/phpcsfixer.rules.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ parameters:
162162
- square_brace_block
163163
- switch
164164
- throw
165+
- use
166+
- use_trait
165167
no_homoglyph_names: true
166168
no_leading_namespace_whitespace: true
167169
no_mixed_echo_print:

0 commit comments

Comments
 (0)