diff --git a/app/Platform/Exceptions/Handler.php b/app/Platform/Exceptions/Handler.php index f0b5c6443..2e4014576 100644 --- a/app/Platform/Exceptions/Handler.php +++ b/app/Platform/Exceptions/Handler.php @@ -99,7 +99,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