From ca1ec9baa1b701abc6f0a6d7f9aae31a49fb1710 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 20 Nov 2022 21:55:19 +0100 Subject: [PATCH] Fix return value in DetailsController --- app/Http/Controllers/DetailsController.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/Http/Controllers/DetailsController.php b/app/Http/Controllers/DetailsController.php index 241f214e2..e435f499c 100644 --- a/app/Http/Controllers/DetailsController.php +++ b/app/Http/Controllers/DetailsController.php @@ -27,12 +27,13 @@ use Illuminate\Support\Facades\Auth; class DetailsController extends BasePageController { /** - * @param string $guid - * @return \Illuminate\Http\RedirectResponse|\Illuminate\Routing\Redirector - * - * @throws \Exception + * @param string $guid + * @return \Illuminate\Http\RedirectResponse|void + * @throws \Foolz\SphinxQL\Exception\ConnectionException + * @throws \Foolz\SphinxQL\Exception\DatabaseException + * @throws \Foolz\SphinxQL\Exception\SphinxQLException */ - public function show(string $guid): \Illuminate\Routing\Redirector|\Illuminate\Http\RedirectResponse + public function show(string $guid) { $this->setPrefs();