Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
25 | 3 | public function testAction($noDefault, $default = 'test', array $array, RpcRequestInterface $request) |
|
4 ignored issues
–
show
|
|||
26 | { |
||
27 | 3 | return new ResponseImpl('success'); |
|
28 | } |
||
29 | } |
||
30 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.