Skip to content

Commit ed0de5b

Browse files
committed
Merge branch '5.1' into 5.x
2 parents 41a8114 + fa15b95 commit ed0de5b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Authentication/Token/Storage/TokenStorageInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function getToken();
3030
/**
3131
* Sets the authentication token.
3232
*
33-
* @param TokenInterface $token A TokenInterface token, or null if no further authentication information should be stored
33+
* @param TokenInterface|null $token A TokenInterface token, or null if no further authentication information should be stored
3434
*/
3535
public function setToken(TokenInterface $token = null);
3636
}

0 commit comments

Comments
 (0)