Fix PHPDoc indents in the RoleForm

This commit is contained in:
Eric Lippmann 2015-08-27 14:00:56 +02:00
parent dad9f5ba7c
commit a134522e9e

View File

@ -199,7 +199,7 @@ class RoleForm extends ConfigForm
/** /**
* Add a role * Add a role
* *
* @param string $name The name of the role * @param string $name The name of the role
* @param array $values * @param array $values
* *
* @return $this * @return $this
@ -226,7 +226,7 @@ class RoleForm extends ConfigForm
/** /**
* Remove a role * Remove a role
* *
* @param string $name The name of the role * @param string $name The name of the role
* *
* @return $this * @return $this
* *
@ -252,9 +252,9 @@ class RoleForm extends ConfigForm
/** /**
* Update a role * 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 array $values
* @param string $oldName The name of the role to update * @param string $oldName The name of the role to update
* *
* @return $this * @return $this
* *