From f778cbe7b9f0c41e25a0e2fe1031e969ba04c2c1 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 26 Jan 2022 14:50:18 +0100 Subject: Fix registerEventListener issues Signed-off-by: Carl Schwan --- apps/theming/lib/Controller/IconController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/theming/lib/Controller') diff --git a/apps/theming/lib/Controller/IconController.php b/apps/theming/lib/Controller/IconController.php index 4235c66a457..da6668c4906 100644 --- a/apps/theming/lib/Controller/IconController.php +++ b/apps/theming/lib/Controller/IconController.php @@ -107,8 +107,7 @@ class IconController extends Controller { * @NoCSRFRequired * * @param $app string app name - * @psalm-return FileDisplayResponse|DataDisplayResponse - * @return Response + * @return FileDisplayResponse|DataDisplayResponse * @throws \Exception */ public function getFavicon(string $app = 'core'): Response { -- cgit v1.2.3