Skip to content

Commit f7b2694

Browse files
committed
Dropped redundant no_extra_blank_lines rule
* The rule is configured in the `AbstractIbexaRuleSet`
1 parent ad77857 commit f7b2694

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/lib/PhpCsFixer/Sets/Ibexa46RuleSet.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@ public function getRules(): array
3131
'new_with_parentheses' => true,
3232
'no_trailing_comma_in_singleline' => true,
3333
'no_unneeded_braces' => true,
34-
'no_extra_blank_lines' => [
35-
'tokens' => [
36-
'curly_brace_block',
37-
'extra',
38-
'parenthesis_brace_block',
39-
'square_brace_block',
40-
'throw',
41-
'use',
42-
],
43-
],
4434
'blank_lines_before_namespace' => true,
4535
],
4636
);

0 commit comments

Comments
 (0)