Skip to content

Commit f956b24

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: 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 726c2c7 + 1e40226 commit f956b24

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
2626
/**
2727
* Get the token.
2828
*
29-
* @return TokenInterface
29+
* @return TokenInterface|null
3030
*/
3131
public function getToken()
3232
{

0 commit comments

Comments
 (0)