The method setTag() does not exist on NovaThinKit\FeatureImage\ImageManager. Since it exists in all sub-types, consider adding an abstract or default implementation to NovaThinKit\FeatureImage\ImageManager.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
27
->/** @scrutinizer ignore-call */ setTag($tag)
Loading history...
28
17
->setModel($this);
29
}
30
31
32
1
public function featureImageManagerDirectory(?string $tag = null): string
It seems like getMorphClass() must be provided by classes using this trait. How about adding it as abstract method to this trait?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.