Merge branch 'master' into develop

This commit is contained in:
Graham Campbell 2019-12-24 17:45:25 +00:00
commit db940594ad
1 changed files with 5 additions and 1 deletions

View File

@ -31,6 +31,8 @@ class Handler extends ExceptionHandler
*
* @param \Throwable $exception
* @return void
*
* @throws \Exception
*/
public function report(Throwable $exception)
{
@ -42,7 +44,9 @@ public function report(Throwable $exception)
*
* @param \Illuminate\Http\Request $request
* @param \Throwable $exception
* @return \Illuminate\Http\Response
* @return \Symfony\Component\HttpFoundation\Response
*
* @throws \Throwable
*/
public function render($request, Throwable $exception)
{