Skip to content

Commit 75919ea

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Add missing dots at the end of exception messages
2 parents aff6ffd + 6aac5d5 commit 75919ea

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
@@ -64,7 +64,7 @@ public function setQueryString($queryString)
6464
protected function retrieveUser($username, UsernamePasswordToken $token)
6565
{
6666
if (AuthenticationProviderInterface::USERNAME_NONE_PROVIDED === $username) {
67-
throw new UsernameNotFoundException('Username can not be null');
67+
throw new UsernameNotFoundException('Username can not be null.');
6868
}
6969

7070
return $this->userProvider->loadUserByUsername($username);

0 commit comments

Comments
 (0)