The expression return $this->repository...->currentUser->getId()) could return the type Yiisoft\Auth\IdentityInterface which includes types incompatible with the type-hinted return App\User\User|null. Consider adding an additional type-check to rule them out.
It seems like $this->currentUser->getId() can also be of type null; however, parameter $id of App\User\UserRepository::findIdentity() 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