Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
15 | public function validateOrFail( |
||
16 | mixed $input, |
||
17 | array $context = [], |
||
18 | ValidationExceptionFactoryInterface | ValidationExceptionInterface | string | null $validationException = null |
||
19 | ): void { |
||
20 | if ($this instanceof Rule) { |
||
21 | $this->guardRule($this, $input, $context, $validationException); |
||
22 | } |
||
25 |