Skip to content

Commit 0eb2ec0

Browse files
Merge branch '4.4' into 5.3
* 4.4: [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes [Cache] disable lock on CLI [VarDumper] add more "transient-on-macos" groups
2 parents 07371a5 + 60d6757 commit 0eb2ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authentication/Provider/UserAuthenticationProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function authenticate(TokenInterface $token)
8585
$this->userChecker->checkPreAuth($user);
8686
$this->checkAuthentication($user, $token);
8787
$this->userChecker->checkPostAuth($user);
88-
} catch (AccountStatusException | BadCredentialsException $e) {
88+
} catch (AccountStatusException|BadCredentialsException $e) {
8989
if ($this->hideUserNotFoundExceptions && !$e instanceof CustomUserMessageAccountStatusException) {
9090
throw new BadCredentialsException('Bad credentials.', 0, $e);
9191
}

0 commit comments

Comments
 (0)