diff --git a/src/Rule/Rule.php b/src/Rule/Rule.php index ca9f380c..8339bc70 100644 --- a/src/Rule/Rule.php +++ b/src/Rule/Rule.php @@ -25,7 +25,7 @@ class Rule implements Renderable, Commentable private $sRule; /** - * @var RuleValueList|string|null + * @var RuleValueList|null */ private $mValue; @@ -166,7 +166,7 @@ public function getRule() } /** - * @return RuleValueList|string|null + * @return RuleValueList|null */ public function getValue() { @@ -174,7 +174,7 @@ public function getValue() } /** - * @param RuleValueList|string|null $mValue + * @param RuleValueList|null $mValue */ public function setValue($mValue): void {