| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | public static function do($container, $lazyLoad = true) |
||
|
|
|||
| 19 | { |
||
| 20 | include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php'; |
||
| 21 | |||
| 22 | $a = ($container->privates['router.request_context'] ?? $container->getRouter_RequestContextService()); |
||
| 23 | |||
| 24 | return $container->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($container->services['router'] ?? $container->getRouterService()), $a->getHttpPort(), $a->getHttpsPort()); |
||
| 25 | } |
||
| 27 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.