Remove const param from class_attributes_separation rule to allow grouping of consts with the same context

This commit is contained in:
ErickSkrauch 2022-10-05 17:10:11 +02:00
parent c3a8b869d1
commit 793b156b17
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -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