| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 32 | 2 | public function build(ContainerBuilder $containerBuilder) |
|
| 33 | { |
||
| 34 | 2 | $serviceByTypeMap = new ServicesByTypeMap(); |
|
| 35 | 2 | $containerBuilder->addCompilerPass(new ServicesByTypeMapCompilerPass($serviceByTypeMap)); |
|
| 36 | 2 | $containerBuilder->addCompilerPass(new AddServiceLocatorCompilerPass($serviceByTypeMap)); |
|
| 37 | 2 | } |
|
| 38 | } |
||
| 39 |