Merge pull request #5820 from MarcelWaldvogel/minor-documentation-fixes

Minor documentation fixes
This commit is contained in:
Roeland Jago Douma 2017-07-21 13:32:10 +02:00 committed by GitHub
commit a33b6cdd21
4 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ class DefaultTokenMapper extends Mapper {
}
/**
* Get all token of a user
* Get all tokens of a user
*
* The provider may limit the number of result rows in case of an abuse
* where a high number of (session) tokens is generated

View File

@ -132,7 +132,7 @@ class DefaultTokenProvider implements IProvider {
}
/**
* Get all token of a user
* Get all tokens of a user
*
* The provider may limit the number of result rows in case of an abuse
* where a high number of (session) tokens is generated

View File

@ -105,7 +105,7 @@ interface IProvider {
public function updateTokenActivity(IToken $token);
/**
* Get all token of a user
* Get all tokens of a user
*
* The provider may limit the number of result rows in case of an abuse
* where a high number of (session) tokens is generated

View File

@ -156,7 +156,7 @@ class AuthSettingsController extends Controller {
/**
* Return a 25 digit device password
*
* Example: AbCdE-fGhIj-KlMnO-pQrSt-12345
* Example: AbCdE-fGhJk-MnPqR-sTwXy-23456
*
* @return string
*/