Fix PHPDoc of RoleForm::load()
This commit is contained in:
parent
13131cb3f6
commit
2e970b2965
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue