| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 42 | 1 | public function build(ContainerBuilder $container) |
|
| 43 | { |
||
| 44 | 1 | $container->addCompilerPass(new CommandProcessorPass(), PassConfig::TYPE_BEFORE_REMOVING); |
|
| 45 | 1 | $container->addCompilerPass(new PoolsPass()); |
|
| 46 | 1 | $container->addCompilerPass(new RegisterSerializerDriversPass()); |
|
| 47 | 1 | $container->addCompilerPass(new WorkerRunnersPass()); |
|
| 48 | 1 | } |
|
| 49 | } |
||
| 50 |