Apply fixes from StyleCI (#13224)

This commit is contained in:
Jellyfrog
2021-09-10 20:09:53 +02:00
committed by GitHub
parent ad52701603
commit 258505ed44
1036 changed files with 1269 additions and 19 deletions

View File

@@ -12,6 +12,7 @@ interface Authorizer
*
* @param array $credentials
* @return true throws an Exception on failure
*
* @throws AuthenticationException thrown if the username or password is invalid
*/
public function authenticate($credentials);