| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 4 | 
| Code Lines | 1 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 2 | 
| 1 | <?php | ||
| 20 | public function index(Request $request) | ||
| 1 ignored issue–
                            show | |||
| 21 |     { | ||
| 22 | // | ||
| 23 | } | ||
| 24 | |||
| 93 | 
This check compares the return type specified in the
@returnannotation of a function or method doc comment with the types returned by the function and raises an issue if they mismatch.