From eefe56afba5e4d25d0ee237051d10ccef59f8ec1 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 24 Sep 2024 18:50:36 +0200 Subject: [PATCH] Update apps/updatenotification/lib/UpdateChecker.php Signed-off-by: Ferdinand Thiessen --- apps/updatenotification/lib/UpdateChecker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/updatenotification/lib/UpdateChecker.php b/apps/updatenotification/lib/UpdateChecker.php index 364644f083944..76afc8f6a548b 100644 --- a/apps/updatenotification/lib/UpdateChecker.php +++ b/apps/updatenotification/lib/UpdateChecker.php @@ -57,7 +57,7 @@ public function getUpdateState(): array { /** * Provide update information as initial state */ - public function setInitialState() { + public function setInitialState(): void { $updateState = $this->getUpdateState(); if (empty($updateState)) { return;