Total Complexity | 6 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | final class PublishableValidator implements ValidatorInterface |
||
25 | { |
||
26 | private ValidatorInterface $decorated; |
||
27 | private PublishableHelper $publishableHelper; |
||
28 | |||
29 | public function __construct(ValidatorInterface $decorated, PublishableHelper $publishableHelper) |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | public function validate($data, array $context = []) |
||
51 |