Skip to content

docs: corrects QUI\Users\User::checkPermission return type in PhpDoc

Henning Leutz requested to merge dev into master

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.

Merge request reports