fix comment

This commit is contained in:
Yuri Kuznetsov
2020-07-11 16:38:27 +03:00
parent dc41dff9a0
commit 4560ef7ef7

View File

@@ -130,7 +130,7 @@ class Authentication
/**
* Process logging in.
*
* @return Result if success or second sterp required.. NULL if failed.
* @return Result if success or second step required. NULL if failed.
*/
public function login(
?string $username, ?string $password = null, Request $request, ?string $authenticationMethod = null