Fix PHPDoc indents in the RoleForm
This commit is contained in:
parent
dad9f5ba7c
commit
a134522e9e
|
@ -199,7 +199,7 @@ class RoleForm extends ConfigForm
|
|||
/**
|
||||
* Add a role
|
||||
*
|
||||
* @param string $name The name of the role
|
||||
* @param string $name The name of the role
|
||||
* @param array $values
|
||||
*
|
||||
* @return $this
|
||||
|
@ -226,7 +226,7 @@ class RoleForm extends ConfigForm
|
|||
/**
|
||||
* Remove a role
|
||||
*
|
||||
* @param string $name The name of the role
|
||||
* @param string $name The name of the role
|
||||
*
|
||||
* @return $this
|
||||
*
|
||||
|
@ -252,9 +252,9 @@ class RoleForm extends ConfigForm
|
|||
/**
|
||||
* Update a role
|
||||
*
|
||||
* @param string $name The possibly new name of the role
|
||||
* @param string $name The possibly new name of the role
|
||||
* @param array $values
|
||||
* @param string $oldName The name of the role to update
|
||||
* @param string $oldName The name of the role to update
|
||||
*
|
||||
* @return $this
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue