Correct spelling (#1420)

This commit is contained in:
Edward Betts
2021-03-31 21:12:51 +01:00
committed by GitHub
parent c483c34598
commit 7bbcec91aa
4 changed files with 8 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ abstract class AuthMiddleware extends BaseMiddleware
/**
* @param array $postParams
* @return bool True/False if the provided credentials were valid
* @throws \Exception Throws an \Exception if an error happended during credentials processing or if this AuthMiddleware doesn't provide credentials processing (e. g. handles this externally)
* @throws \Exception Throws an \Exception if an error happened during credentials processing or if this AuthMiddleware doesn't provide credentials processing (e. g. handles this externally)
*/
abstract public static function ProcessLogin(array $postParams);