| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | public function __construct( |
||
| 19 | protected string $message = 'This value is not a valid.', |
||
| 20 | |||
| 21 | ?FormatterInterface $formatter = null, |
||
| 22 | 3 | bool $skipOnEmpty = false, |
|
| 23 | bool $skipOnError = false, |
||
| 24 | 3 | $when = null |
|
| 25 | 3 | ) { |
|
| 26 | 3 | parent::__construct(formatter: $formatter, skipOnEmpty: $skipOnEmpty, skipOnError: $skipOnError, when: $when); |
|
| 27 | } |
||
| 49 |