Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 60% |
Changes | 0 |
1 | <?php |
||
13 | class RetrospectiveCheck implements CheckInterface |
||
14 | { |
||
15 | /** |
||
16 | * {@inheritDoc} |
||
17 | * |
||
18 | * @throws ValidationError if there are previous errors |
||
19 | */ |
||
20 | 3 | public function execute($value, array $previousErrors): void |
|
24 | } |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * {@inheritDoc} |
||
29 | */ |
||
30 | public function getName(): ?string |
||
35 |