Skip to content

Commit d73a1df

Browse files
mvoriseknicolas-grekas
authored andcommitted
Fix "can not" spelling
1 parent 0e0c5e8 commit d73a1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authentication/Provider/LdapBindAuthenticationProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function setQueryString(string $queryString)
6767
protected function retrieveUser(string $userIdentifier, UsernamePasswordToken $token)
6868
{
6969
if (AuthenticationProviderInterface::USERNAME_NONE_PROVIDED === $userIdentifier) {
70-
throw new UserNotFoundException('User identifier can not be null.');
70+
throw new UserNotFoundException('User identifier cannot be null.');
7171
}
7272

7373
// @deprecated since Symfony 5.3, change to $this->userProvider->loadUserByIdentifier() in 6.0

0 commit comments

Comments
 (0)