From 1cc6e482551f2d2db288062e8a2ebdfa8ae99322 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sat, 19 Sep 2015 01:16:03 +0530 Subject: [PATCH] Fix typo --- src/Auth/BaseAuthenticate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth/BaseAuthenticate.php b/src/Auth/BaseAuthenticate.php index 7ac08e249a3..7aa820fce14 100644 --- a/src/Auth/BaseAuthenticate.php +++ b/src/Auth/BaseAuthenticate.php @@ -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. */