The method getRandomQuote() does not exist on DavideCasiraghi\PhpRespo...ades\PhpResponsiveQuote. Since you implemented __callStatic, consider adding a @method annotation.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
26
/** @scrutinizer ignore-call */
27
$quote = PhpResponsiveQuote::getRandomQuote();
Loading history...
27
28
// the view name is set in the - Service provider - boot - loadViewsFrom