Remove class_definition::space_before_parenthesis param to keep the same behavior as before

This commit is contained in:
ErickSkrauch 2023-05-17 23:21:05 +02:00
parent c794507936
commit e86f8ed2cc
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -73,7 +73,6 @@ final class Rules {
],
'class_definition' => [
'single_item_single_line' => true,
'space_before_parenthesis' => true,
'inline_constructor_arguments' => false,
],
'no_null_property_initialization' => true,