| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| 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/TemplateController.php'; |
||
| 21 | |||
| 22 | return $container->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($container->services['.container.private.twig'] ?? $container->load('get_Container_Private_TwigService'))); |
||
| 23 | } |
||
| 25 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.