| 1 | <?php |
||
| 10 | class MainController implements TemplateAwareInterface |
||
| 11 | { |
||
| 12 | use TemplateAwareTrait; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Index |
||
| 16 | * @param ServerRequestInterface $request |
||
| 17 | * @param ResponseInterface $response |
||
| 18 | * @return ResponseInterface |
||
| 19 | */ |
||
| 20 | public function index(ServerRequestInterface $request, ResponseInterface $response) |
||
| 28 | } |
||
| 29 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.