From 86c580f8350fae6fcf7b72d1b5dad818fd3385e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 25 Sep 2022 02:14:28 +0200 Subject: [PATCH] Fixed static analysis issue --- src/Services/Trees/SidebarTreeUpdater.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Services/Trees/SidebarTreeUpdater.php b/src/Services/Trees/SidebarTreeUpdater.php index f02ce088..444723db 100644 --- a/src/Services/Trees/SidebarTreeUpdater.php +++ b/src/Services/Trees/SidebarTreeUpdater.php @@ -22,7 +22,6 @@ final class SidebarTreeUpdater * Returns the time when the sidebar tree was updated the last time. * The frontend uses this information to reload the sidebar tree. * @return \DateTimeInterface - * @throws \Psr\SimpleCache\InvalidArgumentException */ public function getLastTreeUpdate(): \DateTimeInterface {