| 1 | <?php |
||
| 8 | class IndexController |
||
| 9 | { |
||
| 10 | public function __invoke(ServerRequestInterface $req, array $params, Application $app) |
||
| 20 | |||
| 21 | public function index(ServerRequestInterface $req, array $params, Application $app) |
||
| 27 | |||
| 28 | public function about(ServerRequestInterface $req, array $params, Application $app) |
||
| 34 | } |
||
| 35 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.