| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 0 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 1 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | 1 | public function __construct( |
|
| 23 | public iterable $rules = [], |
||
| 24 | public string $incorrectInputMessage = 'Value should be array or iterable.', |
||
| 25 | public string $message = '{error} {value} given.', |
||
| 26 | public bool $skipOnEmpty = false, |
||
| 27 | public bool $skipOnError = false, |
||
| 28 | public ?Closure $when = null, |
||
| 29 | ) { |
||
| 30 | } |
||
| 45 |