fix php7 syntax error (unexpected '|')

Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
chandi Langecker
2022-10-06 22:29:41 +02:00
parent 2d465a707f
commit a674b5b5b2

View File

@@ -39,7 +39,7 @@ class SessionService {
private SessionMapper $sessionMapper;
private ITimeFactory $timeFactory;
private string|null $userId;
private $userId;
private IEventDispatcher $eventDispatcher;
private ISecureRandom $secureRandom;