| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 37 | public function build(ContainerBuilder $container) |
||
| 38 | { |
||
| 39 | $container |
||
| 40 | ->addCompilerPass(new RepositoryCompilerPass()) |
||
| 41 | ->addCompilerPass(new SourcesCompilerPass()) |
||
| 42 | ->addCompilerPass(new ProcessorsCompilerPass()) |
||
| 43 | ->addCompilerPass(new RatesConfigurationRegistryCompilerPass()); |
||
| 44 | } |
||
| 45 | } |
||
| 46 |