1 | <?php |
||
15 | class RpcImplController extends Controller |
||
16 | { |
||
17 | /** |
||
18 | * @param string $noDefault |
||
19 | * @param string $default |
||
20 | * @param array $array |
||
21 | * @param RpcRequestInterface $request |
||
22 | * |
||
23 | * @return JsonResponse |
||
24 | */ |
||
25 | 3 | public function testAction($noDefault, $default = 'test', array $array, RpcRequestInterface $request) |
|
29 | } |
||
30 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.