$this of type TBolier\RethinkQL\Query\...ion\TransformationTrait is incompatible with the type TBolier\RethinkQL\Query\QueryInterface expected by parameter $query of TBolier\RethinkQL\Query\...\IsEmpty::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
15
return new IsEmpty($this->rethink, /** @scrutinizer ignore-type */ $this);
$this of type TBolier\RethinkQL\Query\...ion\TransformationTrait is incompatible with the type TBolier\RethinkQL\Query\QueryInterface expected by parameter $query of TBolier\RethinkQL\Query\...on\Limit::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
23
return new Limit($this->rethink, /** @scrutinizer ignore-type */ $this, $value);
$this of type TBolier\RethinkQL\Query\...ion\TransformationTrait is incompatible with the type TBolier\RethinkQL\Query\QueryInterface expected by parameter $query of TBolier\RethinkQL\Query\...ion\Skip::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
31
return new Skip($this->rethink, /** @scrutinizer ignore-type */ $this, $value);
$this of type TBolier\RethinkQL\Query\...ion\TransformationTrait is incompatible with the type TBolier\RethinkQL\Query\QueryInterface expected by parameter $query of TBolier\RethinkQL\Query\...\OrderBy::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
39
return new OrderBy($this->rethink, /** @scrutinizer ignore-type */ $this, $key);