fix php7 syntax error (unexpected '|')

Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
chandi Langecker
2023-01-03 12:43:59 +01:00
parent 2d465a707f
commit a674b5b5b2
+1 -1
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;