| Total Complexity | 1 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class getErrorControllerService extends Braunstetter_MenuBundle_Test_app_TestKernelDevDebugContainer |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Gets the public 'error_controller' shared service. |
||
| 15 | * |
||
| 16 | * @return \Symfony\Component\HttpKernel\Controller\ErrorController |
||
| 17 | */ |
||
| 18 | public static function do($container, $lazyLoad = true) |
||
| 30 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.