The class Nip\Container\ServicePro...ignatureServiceProvider has been deprecated: use \Nip\Container\ServiceProviders\Providers\AbstractSignatureServiceProvider
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
11
class LocaleServiceProvider extends /** @scrutinizer ignore-deprecated */ AbstractSignatureServiceProvider
The method singleton() does not exist on Nip\Container\ContainerInterface. It seems like you code against a sub-type of Nip\Container\ContainerInterface such as Nip\Container\Container or Nip\Container\Container.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation