| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class YamlConfigDependencyProvider extends AbstractProvider |
||
| 16 | { |
||
| 17 | public const HYDRATOR_COLLECTION = 'hydrator.collection'; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param \Xervice\Core\Dependency\DependencyProviderInterface $container |
||
| 21 | */ |
||
| 22 | 1 | public function handleDependencies(DependencyProviderInterface $container): void |
|
| 27 | ); |
||
| 28 | }; |
||
| 29 | 1 | } |
|
| 30 | |||
| 31 | /** |
||
| 32 | * @return \Xervice\YamlConfig\Business\Hydrator\HydratorInterface[] |
||
| 33 | */ |
||
| 34 | 1 | protected function getHydratorList(): array |
|
| 37 | } |
||
| 38 | } |