Fix PHPDoc of RoleForm::load()

This commit is contained in:
Eric Lippmann 2015-08-27 13:58:07 +02:00
parent 13131cb3f6
commit 2e970b2965
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ class RoleForm extends ConfigForm
* @return $this * @return $this
* *
* @throws LogicException If the config is not set * @throws LogicException If the config is not set
* @throws NotFoundError If the given role does not exist
* @see ConfigForm::setConfig() For setting the config. * @see ConfigForm::setConfig() For setting the config.
*/ */
public function load($name) public function load($name)