Use assert to check variable type instead of doc comment.
/** @var User $user */ // <-- Use assert to check variable type
assert($user instanceof User);