diff --git a/src/Rules.php b/src/Rules.php index d222abb..6d6727a 100644 --- a/src/Rules.php +++ b/src/Rules.php @@ -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