Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit d56a371

Browse files
committed
[Security] Fix docblock.
1 parent e0fe837 commit d56a371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/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)