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
1 changed files with 4 additions and 4 deletions

View File

@ -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
*