Skip to content

Commit 60d6757

Browse files
CS fixes
1 parent 73c8cc0 commit 60d6757

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
@@ -81,7 +81,7 @@ public function authenticate(TokenInterface $token)
8181
$this->userChecker->checkPreAuth($user);
8282
$this->checkAuthentication($user, $token);
8383
$this->userChecker->checkPostAuth($user);
84-
} catch (AccountStatusException | BadCredentialsException $e) {
84+
} catch (AccountStatusException|BadCredentialsException $e) {
8585
if ($this->hideUserNotFoundExceptions) {
8686
throw new BadCredentialsException('Bad credentials.', 0, $e);
8787
}

0 commit comments

Comments
 (0)