The method getMorphName() does not exist on Nip\Records\AbstractModels\RecordManager. 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
$this->getManager()->getMorphName() of type Nip\Records\AbstractMode...ections\Collection|true is incompatible with the type string expected by parameter $morphValue of Nip\Records\Relations\Mo...OrMany::setMorphValue().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation