| Conditions | 3 |
| Paths | 3 |
| Total Lines | 12 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 3.2099 |
| 1 | <?php |
||
| 25 | 6 | public function process(ContainerBuilder $container) |
|
| 26 | { |
||
| 27 | 6 | if (!$container->has('fos_rest.serializer.exception_wrapper_serialize_handler')) { |
|
| 28 | 5 | return; |
|
| 29 | } |
||
| 30 | |||
| 31 | 1 | if (interface_exists(SubscribingHandlerInterface::class)) { |
|
| 32 | 1 | return; |
|
| 33 | } |
||
| 34 | |||
| 35 | $container->removeDefinition('fos_rest.serializer.exception_wrapper_serialize_handler'); |
||
| 36 | } |
||
| 37 | } |
||
| 38 |