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();