From 7180e11bdb3f27a1a282a137ca95279b39944b5b Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Wed, 6 Jan 2021 20:16:33 +0100 Subject: fixes done by psalm Signed-off-by: Benjamin Brahmer --- lib/Controller/PageController.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Controller/PageController.php') diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php index 4b39ba9c2..35924d10c 100644 --- a/lib/Controller/PageController.php +++ b/lib/Controller/PageController.php @@ -189,6 +189,8 @@ class PageController extends Controller * @NoAdminRequired * * @param string $lang + * + * @return Http\JSONResponse|array */ public function explore(string $lang) { -- cgit v1.2.3