| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 19 | public function index(\Base $f3, array $params = []) |
||
|
3 ignored issues
–
show
|
|||
| 20 | { |
||
| 21 | $cli = $this->cli; |
||
| 22 | $cli->shoutBold(__METHOD__); |
||
| 23 | $cli->shout('Hello World!'); |
||
| 24 | } |
||
| 25 | |||
| 56 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.