mirror of
https://github.com/elyby/php-code-style.git
synced 2024-11-10 23:42:22 +05:30
Remove class_definition::space_before_parenthesis param to keep the same behavior as before
This commit is contained in:
parent
c794507936
commit
e86f8ed2cc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user