We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb25d7 commit 90bb8fcCopy full SHA for 90bb8fc
src/Adapter/TokenBearer.php
@@ -92,7 +92,7 @@ public function terminate(AuthenticationResultInterface $authenticated_with)
92
if ($authenticated_with instanceof TokenInterface) {
93
$this->tokens_repository->terminateToken($authenticated_with);
94
} else {
95
- throw new InvalidArgumentException('Instance is not a browser session');
+ throw new InvalidArgumentException('Instance is not a token');
96
}
97
98
0 commit comments