Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-01-07 19:54:45 +00:00
parent 79d297d770
commit ae0b5485b8
235 changed files with 14841 additions and 14454 deletions

View File

@@ -29,10 +29,11 @@ class Handler extends ExceptionHandler
/**
* Report or log an exception.
*
* @param \Throwable $exception
* @return void
* @param \Throwable $exception
*
* @throws \Throwable
*
* @return void
*/
public function report(Throwable $exception)
{
@@ -42,11 +43,12 @@ class Handler extends ExceptionHandler
/**
* Render an exception into an HTTP response.
*
* @param \Illuminate\Http\Request $request
* @param \Throwable $exception
* @return \Symfony\Component\HttpFoundation\Response
* @param \Illuminate\Http\Request $request
* @param \Throwable $exception
*
* @throws \Throwable
*
* @return \Symfony\Component\HttpFoundation\Response
*/
public function render($request, Throwable $exception)
{