$this of type TBolier\RethinkQL\Query\...gation\AggregationTrait is incompatible with the type TBolier\RethinkQL\Query\QueryInterface expected by parameter $query of TBolier\RethinkQL\Query\...on\Count::__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 Count($this->rethink, /** @scrutinizer ignore-type */ $this);
$this of type TBolier\RethinkQL\Query\...gation\AggregationTrait is incompatible with the type TBolier\RethinkQL\Query\QueryInterface expected by parameter $query of TBolier\RethinkQL\Query\...on\Group::__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 Group($this->rethink, /** @scrutinizer ignore-type */ $this, $key);
$this of type TBolier\RethinkQL\Query\...gation\AggregationTrait is incompatible with the type TBolier\RethinkQL\Query\QueryInterface expected by parameter $query of TBolier\RethinkQL\Query\...\Ungroup::__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 Ungroup($this->rethink, /** @scrutinizer ignore-type */ $this);
$this of type TBolier\RethinkQL\Query\...gation\AggregationTrait is incompatible with the type TBolier\RethinkQL\Query\QueryInterface expected by parameter $query of TBolier\RethinkQL\Query\...tion\Sum::__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 Sum($this->rethink, /** @scrutinizer ignore-type */ $this, $key);
$this of type TBolier\RethinkQL\Query\...gation\AggregationTrait is incompatible with the type TBolier\RethinkQL\Query\QueryInterface expected by parameter $query of TBolier\RethinkQL\Query\...tion\Avg::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
32
return new Avg($this->rethink, /** @scrutinizer ignore-type */ $this, $key);
$this of type TBolier\RethinkQL\Query\...gation\AggregationTrait is incompatible with the type TBolier\RethinkQL\Query\QueryInterface expected by parameter $query of TBolier\RethinkQL\Query\...tion\Min::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
37
return new Min($this->rethink, /** @scrutinizer ignore-type */ $this, $key);
$this of type TBolier\RethinkQL\Query\...gation\AggregationTrait is incompatible with the type TBolier\RethinkQL\Query\QueryInterface expected by parameter $query of TBolier\RethinkQL\Query\...tion\Max::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
42
return new Max($this->rethink, /** @scrutinizer ignore-type */ $this, $key);