The expression return $this->target could return the type null which is incompatible with the type-hinted return string. Consider adding an additional type-check to rule them out.
It seems like $this->target can also be of type null; however, parameter $role of Cycle\ORM\ORMInterface::get() does only seem to accept string, maybe add an additional type check?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation