Skip to content

Commit 9e7adbd

Browse files
committed
Merge branch '5.0'
* 5.0: Add missing dots at the end of exception messages Add missing dots at the end of exception messages [DI][Form] Fixed test suite (TimeType changes & unresolved merge conflict) Fix bad merge Add missing dots at the end of exception messages
2 parents 1bb2c60 + 98e879c commit 9e7adbd

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

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

0 commit comments

Comments
 (0)