| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| 1 | <?php |
||
| 87 | public function destroy($id) |
||
|
1 ignored issue
–
show
|
|||
| 88 | { |
||
| 89 | // |
||
| 90 | } |
||
| 91 | |||
| 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.