| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 28 | public function about(ServerRequestInterface $req, array $params, Application $app) |
||
|
2 ignored issues
–
show
|
|||
| 29 | { |
||
| 30 | $index_filename = $app->config('base_path') . '/README.md'; |
||
| 31 | |||
| 32 | return $app->get('markdown.page', [$index_filename]); |
||
| 33 | } |
||
| 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.