The method publishes() does not exist on Rexlabs\Laravel\Smokescr...oviders\ServiceProvider.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
18
$this->/** @scrutinizer ignore-call */
19
publishes(
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
The method commands() does not exist on Rexlabs\Laravel\Smokescr...oviders\ServiceProvider.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
34
$this->/** @scrutinizer ignore-call */
35
commands(MakeTransformerCommand::class);
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
44
$this->app->/** @scrutinizer ignore-call */
45
singleton(
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
Loading history...
45
Smokescreen::class,
46
function () {
47
return new Smokescreen(new \Rexlabs\Smokescreen\Smokescreen(), config('smokescreen', []));
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
50
$this->app->/** @scrutinizer ignore-call */
51
alias(Smokescreen::class, 'smokescreen');
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
The method mergeConfigFrom() does not exist on Rexlabs\Laravel\Smokescr...oviders\ServiceProvider.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
52
$this->/** @scrutinizer ignore-call */
53
mergeConfigFrom(
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.