$this->defaultBindings() of type array is incompatible with the type Illuminate\Contracts\Support\Arrayable expected by parameter $items of Illuminate\Support\Collection::merge().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
36
return new Query($this->builder(), $bindings->merge(/** @scrutinizer ignore-type */ $this->defaultBindings())->toArray());
Loading history...
37
}
38
39
private function getBootableTraitsBindings(): Collection
$methods of type array is incompatible with the type Illuminate\Contracts\Support\Arrayable expected by parameter $value of collect().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation