From aafe842d41b08041cd57f1f2b20354992a21069c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 26 Apr 2017 14:37:12 +0200 Subject: [PATCH] Oppsy Signed-off-by: Joas Schilling --- lib/Controller/PageController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php index 39541e4adf..a700e4229c 100644 --- a/lib/Controller/PageController.php +++ b/lib/Controller/PageController.php @@ -96,8 +96,8 @@ class PageController extends Controller { * * @param string $token * @param string $callUser - * @return TemplateResponse - * @throws HintException|RedirectResponse + * @return TemplateResponse|RedirectResponse + * @throws HintException */ public function index($token = '', $callUser = '') { if ($this->userId === null) {