diff --git a/src/RuleSet/RuleSet.php b/src/RuleSet/RuleSet.php index bc87856b..c01b68b8 100644 --- a/src/RuleSet/RuleSet.php +++ b/src/RuleSet/RuleSet.php @@ -23,7 +23,10 @@ abstract class RuleSet implements Renderable, Commentable { /** - * @var array + * the rules in this rule set, using the property name as the key, + * with potentially multiple rules per property name. + * + * @var array, Rule>> */ private $aRules;