| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| 1 | <?php |
||
| 28 | 1 | public function process(ContainerBuilder $container) |
|
| 29 | { |
||
| 30 | 1 | $fileLocator = $container->findDefinition('jms_serializer.metadata.file_locator'); |
|
| 31 | 1 | $dirs = $fileLocator->getArgument(0); |
|
| 32 | 1 | $dirs['Xabbuh\XApi\Model'] = Serializer::getMetadataDirectory(); |
|
| 33 | 1 | $fileLocator->replaceArgument(0, $dirs); |
|
| 34 | 1 | } |
|
| 35 | } |
||
| 36 |