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