From 697ac5a3e9389fe034eec439ba4cb3015f58946c Mon Sep 17 00:00:00 2001 From: Virgil-Adrian Teaca Date: Thu, 19 Dec 2019 00:43:13 +0200 Subject: [PATCH] Improve the Exceptions Handling --- app/Platform/Exceptions/Handler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Platform/Exceptions/Handler.php b/app/Platform/Exceptions/Handler.php index 9061e552..93297c59 100644 --- a/app/Platform/Exceptions/Handler.php +++ b/app/Platform/Exceptions/Handler.php @@ -91,7 +91,6 @@ protected function renderHttpException(HttpException $e, Request $request) /** * Convert the given exception into a Response instance which contains an error page. * - * @param int $status * @param \Symfony\Component\HttpKernel\Exception\HttpException $e * @param \Nova\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response