Skip to content

Commit e86f8ed

Browse files
committed
Remove class_definition::space_before_parenthesis param to keep the same behavior as before
1 parent c794507 commit e86f8ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Rules.php

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public static function create(array $overwrittenRules = []): array {
7373
],
7474
'class_definition' => [
7575
'single_item_single_line' => true,
76-
'space_before_parenthesis' => true,
7776
'inline_constructor_arguments' => false,
7877
],
7978
'no_null_property_initialization' => true,

0 commit comments

Comments
 (0)