Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
20 | public function createAlert(ServerRequestInterface $request, ResponseInterface $response, array $args) |
||
21 | { |
||
22 | $world = $request->get('world'); |
||
23 | $zone = $request->get('zone'); |
||
24 | $apikey = $request->get('apikey'); |
||
25 | $user = $request->get('user'); |
||
26 | |||
27 | var_dump($world); |
||
28 | var_dump($zone); |
||
29 | var_dump($headers); |
||
30 | } |
||
31 | |||
38 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.