mirror of
https://github.com/elyby/php-code-style.git
synced 2024-12-22 13:09:50 +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' => [
|
'class_definition' => [
|
||||||
'single_item_single_line' => true,
|
'single_item_single_line' => true,
|
||||||
'space_before_parenthesis' => true,
|
|
||||||
'inline_constructor_arguments' => false,
|
'inline_constructor_arguments' => false,
|
||||||
],
|
],
|
||||||
'no_null_property_initialization' => true,
|
'no_null_property_initialization' => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user