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.
single_line_empty_body
braces_position
1 parent f7b2694 commit 6966a1eCopy full SHA for 6966a1e
src/lib/PhpCsFixer/Sets/Ibexa46RuleSet.php
@@ -32,6 +32,7 @@ public function getRules(): array
32
'no_trailing_comma_in_singleline' => true,
33
'no_unneeded_braces' => true,
34
'blank_lines_before_namespace' => true,
35
+ 'single_line_empty_body' => true,
36
],
37
);
38
}
0 commit comments