Minor typos

Signed-off-by: Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de>
This commit is contained in:
Marcel Waldvogel 2017-07-21 09:50:44 +02:00
parent 15c51f410e
commit 4e42f059ed
3 changed files with 3 additions and 3 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