Skip to content

Commit 6966a1e

Browse files
committed
Explicitly enabled single_line_empty_body rule after braces_position
`single_line_empty_body` tends to conflict with `braces_position` on some environments
1 parent f7b2694 commit 6966a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/PhpCsFixer/Sets/Ibexa46RuleSet.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function getRules(): array
3232
'no_trailing_comma_in_singleline' => true,
3333
'no_unneeded_braces' => true,
3434
'blank_lines_before_namespace' => true,
35+
'single_line_empty_body' => true,
3536
],
3637
);
3738
}

0 commit comments

Comments
 (0)