mirror of
https://github.com/elyby/php-code-style.git
synced 2024-11-29 10:12:07 +05:30
Remove const param from class_attributes_separation rule to allow grouping of consts with the same context
This commit is contained in:
parent
c3a8b869d1
commit
793b156b17
@ -70,7 +70,6 @@ class Rules {
|
||||
'elements' => [
|
||||
'method' => 'one',
|
||||
'property' => 'one',
|
||||
'const' => 'only_if_meta', // TODO: check on the real code base
|
||||
],
|
||||
],
|
||||
'no_null_property_initialization' => true, // TODO: check against yii2 default overrides
|
||||
|
Loading…
Reference in New Issue
Block a user