| Total Complexity | 4 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| 1 | <?php |
||
| 17 | class ThrusterActionsBundle extends Bundle |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @inheritDoc |
||
| 21 | */ |
||
| 22 | 1 | public function build(ContainerBuilder $container) |
|
| 23 | { |
||
| 24 | 1 | parent::build($container); |
|
| 25 | |||
| 26 | 1 | $container->addCompilerPass( |
|
| 27 | new class implements CompilerPassInterface |
||
| 28 | { |
||
| 29 | /** |
||
| 30 | * @inheritDoc |
||
| 31 | */ |
||
| 32 | public function process(ContainerBuilder $container) |
||
| 49 | } |
||
| 50 |