We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c621299 + d73a1df commit e52ddfcCopy full SHA for e52ddfc
Authentication/Provider/LdapBindAuthenticationProvider.php
@@ -67,7 +67,7 @@ public function setQueryString(string $queryString)
67
protected function retrieveUser(string $userIdentifier, UsernamePasswordToken $token)
68
{
69
if (AuthenticationProviderInterface::USERNAME_NONE_PROVIDED === $userIdentifier) {
70
- throw new UserNotFoundException('User identifier can not be null.');
+ throw new UserNotFoundException('User identifier cannot be null.');
71
}
72
73
// @deprecated since Symfony 5.3, change to $this->userProvider->loadUserByIdentifier() in 6.0
0 commit comments