From 2e970b2965b776663e35a56f8f5bb940e81f9c7b Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 27 Aug 2015 13:58:07 +0200 Subject: [PATCH] Fix PHPDoc of RoleForm::load() --- application/forms/Security/RoleForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/forms/Security/RoleForm.php b/application/forms/Security/RoleForm.php index 8a9ee4187..a77746e68 100644 --- a/application/forms/Security/RoleForm.php +++ b/application/forms/Security/RoleForm.php @@ -163,6 +163,7 @@ class RoleForm extends ConfigForm * @return $this * * @throws LogicException If the config is not set + * @throws NotFoundError If the given role does not exist * @see ConfigForm::setConfig() For setting the config. */ public function load($name)