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