| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 4 | 
| Code Lines | 1 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 2 | 
| 1 | <?php | ||
| 41 | public function store(Request $request) | ||
| 1 ignored issue–
                            show | |||
| 42 |     { | ||
| 43 | // | ||
| 44 | } | ||
| 45 | |||
| 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.