Skip to content

Commit e52ddfc

Browse files
minor #43299 Fix "can not" spelling (mvorisek)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- Fix "can not" spelling | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 28a438eed4 Fix "can not" spelling
2 parents c621299 + d73a1df commit e52ddfc

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)