| Total Complexity | 2 | 
| Total Lines | 31 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| 1 | <?php | ||
| 17 | class ThrusterDataMapperActionsBundle 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) | ||
| 46 | |||
| 47 | } | ||
| 48 |