| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | class NijensOpenapiBundle extends Bundle |
||
| 26 | { |
||
| 27 | public function build(ContainerBuilder $container): void |
||
| 33 | ); |
||
| 34 | } |
||
| 35 | |||
| 36 | public static function getSymfonyVersion(): int |
||
| 37 | { |
||
| 38 | $kernel = new class('symfony_version', false) extends Kernel { |
||
| 39 | public function registerBundles(): iterable |
||
| 42 | } |
||
| 43 | |||
| 44 | public function registerContainerConfiguration(LoaderInterface $loader): void |
||
| 50 | } |
||
| 51 | } |
||
| 52 |