Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 18, 2015
1 parent 5dafa4b commit 1cc6e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/BaseAuthenticate.php
Expand Up @@ -95,7 +95,7 @@ public function __construct(ComponentRegistry $registry, array $config = [])
* 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.
*/
Expand Down

0 comments on commit 1cc6e48

Please sign in to comment.