| Conditions | 3 |
| Paths | 2 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 3 |
| Changes | 0 | ||
| 1 | <?php |
||
| 28 | 21 | public function process(ContainerBuilder $container) |
|
| 29 | { |
||
| 30 | 21 | if (!$container->hasDefinition('sensio_framework_extra.security.listener') && |
|
| 31 | 10 | !$container->hasDefinition('framework_extra_bundle.event.is_granted')) { |
|
| 32 | 9 | $container->removeDefinition(SensioExtraProvider::class); |
|
| 33 | 9 | $container->removeDefinition(SensioExtraResolver::class); |
|
| 34 | } |
||
| 37 |