From 6bfb54e2b3502984aae51d649db700e11c01b8e4 Mon Sep 17 00:00:00 2001 From: chandi Langecker Date: Mon, 5 Sep 2022 11:27:00 +0200 Subject: [PATCH] use strict types in new php classes Signed-off-by: chandi Langecker --- lib/Controller/SessionController.php | 3 +++ lib/Db/Session.php | 3 +++ lib/Db/SessionMapper.php | 3 +++ lib/Event/SessionClosedEvent.php | 5 ++++- lib/Event/SessionCreatedEvent.php | 5 ++++- lib/NotifyPushEvents.php | 3 +++ lib/Service/SessionService.php | 3 +++ 7 files changed, 23 insertions(+), 2 deletions(-) diff --git a/lib/Controller/SessionController.php b/lib/Controller/SessionController.php index 784596b2b..d0cf5485a 100644 --- a/lib/Controller/SessionController.php +++ b/lib/Controller/SessionController.php @@ -1,4 +1,7 @@ boardId = $boardId; diff --git a/lib/Event/SessionCreatedEvent.php b/lib/Event/SessionCreatedEvent.php index 8182f1e74..8c2e3c11c 100644 --- a/lib/Event/SessionCreatedEvent.php +++ b/lib/Event/SessionCreatedEvent.php @@ -1,4 +1,7 @@ boardId = $boardId; diff --git a/lib/NotifyPushEvents.php b/lib/NotifyPushEvents.php index 3fed8d11d..f12daa582 100644 --- a/lib/NotifyPushEvents.php +++ b/lib/NotifyPushEvents.php @@ -1,4 +1,7 @@