Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit a39e2c1

Browse files
committed
fix typo
1 parent 5f1a2d7 commit a39e2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guard/Provider/GuardAuthenticationProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function authenticate(TokenInterface $token)
8282
return $token;
8383
}
8484

85-
// this AccountExpiredException causes the user to be logged out
85+
// this causes the user to be logged out
8686
throw new AuthenticationExpiredException();
8787
}
8888

0 commit comments

Comments
 (0)