| 1 | <?php |
||
| 9 | class AdminEndpointController extends AbstractEndpointController |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Construct |
||
| 13 | * |
||
| 14 | */ |
||
| 15 | public function __construct() |
||
| 19 | |||
| 20 | public function createAlert(ServerRequestInterface $request, ResponseInterface $response, array $args) |
||
| 31 | |||
| 32 | public function errorTest(ServerRequestInterface $request, ResponseInterface $response, array $args) |
||
| 37 | } |
||
| 38 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.