Skip to content
Snippets Groups Projects
Commit 4f2adf86 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

UserSessionInterface: clarify comment to also allow null in case it is called too early

As is the case in the logging handler right now.
parent 9ae707aa
No related branches found
No related tags found
No related merge requests found
Pipeline #72596 passed
......@@ -12,7 +12,8 @@ interface UserSessionInterface
public function setSessionToken(?array $jwt): void;
/**
* The unique identifier of the authenticated user. Or null in case the user is a system.
* The unique identifier of the authenticated user. Or null in case it is called
* before the user is known or if the user is a system.
*
* Can be derived from the session token for example.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment