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..
It is not recommended to use PHP's closing tag ?> in files other than templates.
Using a closing tag in PHP files that only contain PHP code is not recommended
as you might accidentally add whitespace after the closing tag which would then
be output by PHP. This can cause severe problems, for example headers cannot be
sent anymore.
A simple precaution is to leave off the closing tag as it is not required, and
it also has no negative effects whatsoever.
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..