$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
12
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
17
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
22
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
27
return new OrderBy($this->rethink, /** @scrutinizer ignore-type */ $this, $key);