Skip to content

Commit 1e40226

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: fix translation domain tag the FileType service as a form type [Validator] Fix GroupSequenceProvider annotation Update ajax security cheat sheet link Fix AuthenticationException::getToken typehint
2 parents 310f580 + ab81b6c commit 1e40226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/AuthenticationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class AuthenticationException extends RuntimeException implements \Serializable
2626
/**
2727
* Get the token.
2828
*
29-
* @return TokenInterface
29+
* @return TokenInterface|null
3030
*/
3131
public function getToken()
3232
{

0 commit comments

Comments
 (0)