| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 4 | 
| Code Lines | 1 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 2 | 
| 1 | <?php | ||
| 64 | public function edit($id) | ||
| 1 ignored issue–
                            show | |||
| 65 |     { | ||
| 66 | // | ||
| 67 | } | ||
| 68 | |||
| 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.