1 | <?php |
||
9 | final class ResourceValidatorFactory |
||
10 | { |
||
11 | /** |
||
12 | * @param ContainerInterface $container |
||
13 | * @return ResourceValidator |
||
14 | * @throws \Psr\Container\ContainerExceptionInterface |
||
15 | * @throws \Psr\Container\NotFoundExceptionInterface |
||
16 | */ |
||
17 | 38 | public function __invoke(ContainerInterface $container): ResourceValidator |
|
21 | } |
||
22 |