@@ -125,7 +125,7 @@ |
||
125 | 125 | $parsed = $this->parseRuleOpts($ruleOpts); |
126 | 126 | |
127 | 127 | $threshold_size = $parsed['param']; |
128 | - // Assert::in($threshold_size); |
|
128 | + // Assert::in($threshold_size); |
|
129 | 129 | |
130 | 130 | $message = $parsed['message']; |
131 | 131 |
@@ -117,7 +117,7 @@ |
||
117 | 117 | } |
118 | 118 | |
119 | 119 | /** |
120 | - * @param array<Fillable&Element> $elements |
|
120 | + * @param array<Fillable&Element> $elements |
|
121 | 121 | * @return Fillable |
122 | 122 | */ |
123 | 123 | public function addElements(array $elements): Fillable |