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 aff6ffd + 6aac5d5 commit 75919eaCopy full SHA for 75919ea
Authentication/Provider/LdapBindAuthenticationProvider.php
@@ -64,7 +64,7 @@ public function setQueryString($queryString)
64
protected function retrieveUser($username, UsernamePasswordToken $token)
65
{
66
if (AuthenticationProviderInterface::USERNAME_NONE_PROVIDED === $username) {
67
- throw new UsernameNotFoundException('Username can not be null');
+ throw new UsernameNotFoundException('Username can not be null.');
68
}
69
70
return $this->userProvider->loadUserByUsername($username);
0 commit comments