| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 5 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 28 | public function build(ContainerBuilder $container): void |
||
| 29 | { |
||
| 30 | $container->addCompilerPass(new SymfonyProfilerPass()); |
||
| 31 | $container->addCompilerPass(new ValidatorVisitorPass()); |
||
| 32 | $container->addCompilerPass(new ExternalTranslatorPass()); |
||
| 33 | $container->addCompilerPass(new ExtractorPass()); |
||
| 34 | $container->addCompilerPass(new StoragePass()); |
||
| 35 | $container->addCompilerPass(new EditInPlacePass()); |
||
| 36 | } |
||
| 38 |