diff --git a/src/Rule/Rule.php b/src/Rule/Rule.php index 5f0b9f65..ac60aa4c 100644 --- a/src/Rule/Rule.php +++ b/src/Rule/Rule.php @@ -24,7 +24,7 @@ class Rule implements Renderable, Commentable private $sRule; /** - * @var RuleValueList|string|null + * @var RuleValueList|null */ private $mValue; @@ -171,7 +171,7 @@ public function getRule() } /** - * @return RuleValueList|string|null + * @return RuleValueList|null */ public function getValue() { @@ -179,7 +179,7 @@ public function getValue() } /** - * @param RuleValueList|string|null $mValue + * @param RuleValueList|null $mValue * * @return void */