We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d3ffd commit d6aa4cdCopy full SHA for d6aa4cd
src/Config.php
@@ -23,10 +23,9 @@ public function getRules() : array {
23
],
24
'blank_line_after_namespace' => true,
25
'blank_line_after_opening_tag' => true,
26
- 'braces' => [
27
- 'position_after_anonymous_constructs' => 'same',
28
- 'position_after_control_structures' => 'same',
29
- 'position_after_functions_and_oop_constructs' => 'same',
+ 'curly_braces_position' => [
+ 'classes_opening_brace' => 'same_line',
+ 'functions_opening_brace' => 'same_line',
30
31
'elseif' => true,
32
'encoding' => true,
0 commit comments