From 8fd2be9655b96ec38aa90264fc655e7e11f3e579 Mon Sep 17 00:00:00 2001 From: J0WI Date: Wed, 14 Apr 2021 16:45:41 +0200 Subject: [PATCH] Updatenotification: add missing strict_types Signed-off-by: J0WI --- apps/updatenotification/appinfo/routes.php | 3 +++ apps/updatenotification/lib/Command/Check.php | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/updatenotification/appinfo/routes.php b/apps/updatenotification/appinfo/routes.php index 10835164c7..c7debdb71e 100644 --- a/apps/updatenotification/appinfo/routes.php +++ b/apps/updatenotification/appinfo/routes.php @@ -1,4 +1,7 @@ updateChecker = $updateChecker; } - protected function configure() { + protected function configure(): void { $this ->setName('update:check') ->setDescription('Check for server and app updates')