Conditions | 3 |
Paths | 3 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | public function process(ContainerBuilder $container) |
||
22 | { |
||
23 | foreach ($container->findTaggedServiceIds('liip_imagine.binary.locator') as $id => $tags) { |
||
24 | if (isset($tags[0]['shared'])) { |
||
25 | $this->setDefinitionSharing($container->getDefinition($id), $tags[0]['shared']); |
||
26 | } |
||
27 | } |
||
28 | } |
||
29 | } |
||
30 |