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.
braces_position
1 parent def867a commit ad77857Copy full SHA for ad77857
src/lib/PhpCsFixer/Sets/Ibexa46RuleSet.php
@@ -21,7 +21,10 @@ public function getRules(): array
21
'control_structure_continuation_position' => true,
22
'no_multiple_statements_per_line' => true,
23
'declare_parentheses' => true,
24
- 'braces_position' => true,
+ 'braces_position' => [
25
+ 'allow_single_line_empty_anonymous_classes' => true,
26
+ 'allow_single_line_anonymous_functions' => true
27
+ ],
28
'statement_indentation' => false,
29
'type_declaration_spaces' => true,
30
'native_type_declaration_casing' => true,
0 commit comments