| Conditions | 2 | 
| Paths | 2 | 
| Total Lines | 9 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 6 | 
| Changes | 1 | ||
| Bugs | 1 | Features | 0 | 
| 1 | <?php | ||
| 16 | public function process(ContainerBuilder $container) | ||
| 17 |     { | ||
| 18 |         $entityManagerId = $container->getParameter('gesdinet.jwtrefreshtoken.entity_manager.id'); | ||
| 19 |         if (!$entityManagerId) { | ||
| 20 | return; | ||
| 21 | } | ||
| 22 | |||
| 23 |         $container->setAlias('gesdinet.jwtrefreshtoken.entity_manager', $entityManagerId); | ||
| 24 | } | ||
| 25 | } | ||
| 26 |