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 e72b0e1 commit 0023336Copy full SHA for 0023336
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