Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
26 | public function process(ContainerBuilder $container) |
||
27 | { |
||
28 | $definition = $container->getDefinition('serializer.mapping.chain_loader'); |
||
29 | $definition->replaceArgument(0, array_merge($definition->getArgument(0), [ |
||
30 | (new Definition(PublishableLoader::class))->setPublic(false), |
||
31 | ])); |
||
34 |