$this of type Sarala\SaralaServiceProvider is incompatible with the type Illuminate\Http\Request expected by parameter $request of Sarala\Query\QueryParamBag::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
$this of type Sarala\SaralaServiceProvider is incompatible with the type Illuminate\Http\Request expected by parameter $request of Sarala\Query\QueryParamBag::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
$this of type Sarala\SaralaServiceProvider is incompatible with the type Illuminate\Http\Request expected by parameter $request of Sarala\Query\Sorts::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
25
Request::macro('sorts', fn () => new Sorts(/** @scrutinizer ignore-type */ $this));