ADmad 10 years ago
parent
commit
1cc6e48255
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Auth/BaseAuthenticate.php

+ 1 - 1
src/Auth/BaseAuthenticate.php

@@ -95,7 +95,7 @@ abstract class BaseAuthenticate implements EventListenerInterface
      * helps mitigate timing attacks that are attempting to find valid usernames.
      *
      * @param string $username The username/identifier.
-     * @param string|null $password The password, if not provide password checking is skipped
+     * @param string|null $password The password, if not provided password checking is skipped
      *   and result of find is returned.
      * @return bool|array Either false on failure, or an array of user data.
      */