It seems like array(TBolier\RethinkQL\...Type::ASC, array($key)) of type array<integer,array<integer,string>|integer> is incompatible with the declared type TBolier\RethinkQL\Query\QueryInterface of property $query.
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...
35
TermType::ASC,
36
[
37
$key,
38
],
39
];
40
41
return $this;
42
}
43
44
/**
45
* @inheritdoc
46
*/
47
public function desc(string $key): OrdeningInterface
It seems like array(TBolier\RethinkQL\...ype::DESC, array($key)) of type array<integer,array<integer,string>|integer> is incompatible with the declared type TBolier\RethinkQL\Query\QueryInterface of property $query.
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..