We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c794507 commit e86f8edCopy full SHA for e86f8ed
src/Rules.php
@@ -73,7 +73,6 @@ public static function create(array $overwrittenRules = []): array {
73
],
74
'class_definition' => [
75
'single_item_single_line' => true,
76
- 'space_before_parenthesis' => true,
77
'inline_constructor_arguments' => false,
78
79
'no_null_property_initialization' => true,
0 commit comments