docs: corrects QUI\Users\User::checkPermission return type in PhpDoc
QUI\Permissions\Permission::checkPermission throws a more specific exception. It throws a \QUI\Permissions\Exception exception.
So QUI\Users\User::checkPermission would throw this exception too. Therefore the PhpDoc comment is updated.