The method hasInflection() does not exist on Nip\Inflector\Traits\MagicMethodsTrait. Since you implemented __call, 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
21
if ($this->/** @scrutinizer ignore-call */ hasInflection($name)) {
The method doInflection() does not exist on Nip\Inflector\Traits\MagicMethodsTrait. Since you implemented __call, 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