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