| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | public function build(ContainerBuilder $containerBuilder) |
||
| 23 | { |
||
| 24 | $containerBuilder->addCompilerPass(new RegisterAliasPublicLoggerCompilerPass()); |
||
| 25 | $containerBuilder->addCompilerPass(new DeprecatedStepCompilerPass()); |
||
| 26 | $containerBuilder->addCompilerPass(new StepIteratorCompilerrPass()); |
||
| 27 | $containerBuilder->addCompilerPass(new FilterCompilerPass()); |
||
| 28 | $containerBuilder->addCompilerPass(new RemoveUnconfigurableStepCompilerPass()); |
||
| 29 | $containerBuilder->addCompilerPass(new ProcessNotifierCompilerPass()); |
||
| 30 | } |
||
| 32 |