1 | <?php |
||
17 | class IndexController extends Controller |
||
18 | { |
||
19 | /** |
||
20 | * @param ServerRequestInterface $request |
||
21 | * @param array $args |
||
22 | * @return ResponseInterface |
||
23 | */ |
||
24 | 1 | public function indexAction(ServerRequestInterface $request, array $args) : ResponseInterface |
|
30 | |||
31 | /** |
||
32 | * @param ServerRequestInterface $request |
||
33 | * @param array $args |
||
34 | * @return ResponseInterface |
||
35 | */ |
||
36 | 1 | public function learnAction(ServerRequestInterface $request, array $args) : ResponseInterface |
|
42 | } |
||
43 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.