Both the $myVar assignment in line 1 and the $higher assignment in line 2
are dead. The first because $myVar is never used and the second because
$higher is always overwritten for every possible time line.
Loading history...
44
45
return $next($query)->then(function (Collection $result) use ($query, $startTime) {
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.