Skip to content

Commit

Permalink
Merge branch '4.4' into 5.0
Browse files Browse the repository at this point in the history
* 4.4:
  [HttpClient] fix "undefined variable"
  [HttpClient] remove useless code in test
  [HttpClient] fix getting response content after its destructor throwed an HttpExceptionInterface
  [HttpClient] fix HttpClientDataCollector when handling canceled responses
  [Security] Fix exception name in doc comments
  • Loading branch information
nicolas-grekas committed Feb 11, 2020
2 parents 4c85716 + 2c23720 commit 29a9833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provider/GuardAuthenticationProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function authenticate(TokenInterface $token)
return $token;
}

// this AccountStatusException causes the user to be logged out
// this AccountExpiredException causes the user to be logged out
throw new AuthenticationExpiredException();
}

Expand Down

0 comments on commit 29a9833

Please sign in to comment.