Browse Source

Minor typos

Signed-off-by: Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de>
tags/v13.0.0beta1
Marcel Waldvogel 6 years ago
parent
commit
4e42f059ed

+ 1
- 1
lib/private/Authentication/Token/DefaultTokenMapper.php 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

+ 1
- 1
lib/private/Authentication/Token/DefaultTokenProvider.php 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

+ 1
- 1
lib/private/Authentication/Token/IProvider.php 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

Loading…
Cancel
Save