The method getBinder() does not exist on Spiral\Core\BinderInterface. It seems like you code against a sub-type of Spiral\Core\BinderInterface such as Spiral\Core\Container.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
Spiral\Framework\Spiral::HttpRequest of type Spiral\Framework\Spiral is incompatible with the type BackedEnum|null|string expected by parameter $scope of Spiral\Core\Config\DeprecationProxy::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
36
new DeprecationProxy(PaginationProviderInterface::class, true, /** @scrutinizer ignore-type */ Spiral::HttpRequest, '4.0')