We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0309c90 commit 67a6e95Copy full SHA for 67a6e95
src/Rule/Rule.php
@@ -24,7 +24,7 @@ class Rule implements Renderable, Commentable
24
private $sRule;
25
26
/**
27
- * @var RuleValueList|null
+ * @var RuleValueList|string|null
28
*/
29
private $mValue;
30
@@ -171,15 +171,15 @@ public function getRule()
171
}
172
173
174
- * @return RuleValueList|null
+ * @return RuleValueList|string|null
175
176
public function getValue()
177
{
178
return $this->mValue;
179
180
181
182
- * @param RuleValueList|null $mValue
+ * @param RuleValueList|string|null $mValue
183
*
184
* @return void
185
0 commit comments