lib: Fix PHPDoc in User

refs #9660
This commit is contained in:
Eric Lippmann 2015-07-29 15:46:53 +02:00
parent 37ef87b9ab
commit e7c7486097
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ class User
protected $additionalInformation = array();
/**
* Information if the user is external authenticated
* Information if the user is externally authenticated
*
* Keys:
*
@ -382,7 +382,7 @@ class User
/**
* Set additional external user information
*
* @param stirng $username
* @param string $username
* @param string $field
*/
public function setExternalUserInformation($username, $field)