Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-01-26 16:50:18 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-01-27 13:12:45 +0300
commitf778cbe7b9f0c41e25a0e2fe1031e969ba04c2c1 (patch)
treefb35b8d8e66d5abe40eae00663bf911144de461c /apps/theming/lib/Controller
parente3a12b348206adcfbfb0fbc8435ba91240ac2b0a (diff)
Fix registerEventListener issues
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/theming/lib/Controller')
-rw-r--r--apps/theming/lib/Controller/IconController.php3
1 files changed, 1 insertions, 2 deletions
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 {