Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
8 | class JsonSchemaOpisServiceProvider implements ServiceProviderInterface |
||
9 | { |
||
10 | /** |
||
11 | * @param \Pimple\Container $pimple |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | public function register(Container $pimple): void |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * @param \Pimple\Container $container |
||
22 | * |
||
23 | * @return \Jellyfish\JsonSchemaOpis\JsonSchemaOpisServiceProvider |
||
24 | */ |
||
25 | protected function registerValidatorFactory(Container $container): JsonSchemaOpisServiceProvider |
||
34 |