fix php7 syntax error (unexpected '|')
Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
@@ -39,7 +39,7 @@ class SessionService {
|
||||
|
||||
private SessionMapper $sessionMapper;
|
||||
private ITimeFactory $timeFactory;
|
||||
private string|null $userId;
|
||||
private $userId;
|
||||
private IEventDispatcher $eventDispatcher;
|
||||
private ISecureRandom $secureRandom;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user