Skip to content

Commit 793b156

Browse files
committed
Remove const param from class_attributes_separation rule to allow grouping of consts with the same context
1 parent c3a8b86 commit 793b156

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Rules.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public static function create(array $overwrittenRules = []): array {
7070
'elements' => [
7171
'method' => 'one',
7272
'property' => 'one',
73-
'const' => 'only_if_meta', // TODO: check on the real code base
7473
],
7574
],
7675
'no_null_property_initialization' => true, // TODO: check against yii2 default overrides

0 commit comments

Comments
 (0)