mirror of
https://github.com/elyby/php-code-style.git
synced 2024-12-22 13:09:50 +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' => [
|
'elements' => [
|
||||||
'method' => 'one',
|
'method' => 'one',
|
||||||
'property' => '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
|
'no_null_property_initialization' => true, // TODO: check against yii2 default overrides
|
||||||
|
Loading…
Reference in New Issue
Block a user