The expression parent::findWhere($where...mns, $or) ?: collect(); of type Illuminate\Database\Eloq...nate\Support\Collection adds the type Illuminate\Database\Eloquent\Builder[] to the return on line 28 which is incompatible with the return type declared by the interface Czim\Repository\Contract...oryInterface::findWhere of type Illuminate\Support\Collection|null.