| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 9 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 4 | 
| CRAP Score | 1 | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 32 | * @param ServerRequestInterface $request  | 
            ||
| 33 | * @param array $args  | 
            ||
| 34 | * @return ResponseInterface  | 
            ||
| 35 | */  | 
            ||
| 36 | 1 | public function indexAction(ServerRequestInterface $request, array $args) : ResponseInterface  | 
            |
| 37 |     { | 
            ||
| 38 | 1 |         $body = $this->view->render('index/index'); | 
            |
| 39 | |||
| 40 | 1 | return new HtmlResponse($body);  | 
            |
| 41 | }  | 
            ||
| 55 | 
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.