| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 37.5% |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | class YnloGraphQLBundle extends Bundle |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * {@inheritDoc} |
||
| 26 | */ |
||
| 27 | 21 | public function boot() |
|
| 28 | { |
||
| 29 | 21 | $this->container->get(TypeAutoLoader::class)->autoloadTypes(); |
|
| 30 | 21 | } |
|
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritDoc} |
||
| 34 | */ |
||
| 35 | public function build(ContainerBuilder $container) |
||
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritDoc} |
||
| 42 | */ |
||
| 43 | public function getContainerExtension() |
||
| 46 | } |
||
| 47 | } |
||
| 48 |