It seems like $recordLimitReached of type object<GroupByInc\API\Model\Whether> is incompatible with the declared type boolean of property $recordLimitReached.
Our type inference engine has found an assignment to a property that is incompatible
with the declared type of that property.
Either this assignment is in error or the assigned type should be added
to the documentation/type hint for that property..
Loading history...
32
return $this;
33
}
34
35
/**
36
* @return long The total time spent in milliseconds
37
*/
38
public function getTotalTime()
39
{
40
return $this->totalTime;
41
}
42
43
/**
44
* @param totalTime The total time spent in milliseconds to generate results
It seems like $totalTime of type object<GroupByInc\API\Model\The> is incompatible with the declared type object<GroupByInc\API\Model\long> of property $totalTime.
Our type inference engine has found an assignment to a property that is incompatible
with the declared type of that property.
Either this assignment is in error or the assigned type should be added
to the documentation/type hint for that property..
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..