Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2021-09-13 20:01:06 +00:00
committed by StyleCI Bot
parent 0c6a733abf
commit c33db34c49
220 changed files with 1960 additions and 1785 deletions
+5 -4
View File
@@ -30,9 +30,9 @@ class Handler extends ExceptionHandler
* Report or log an exception.
*
*
* @param \Exception $exception
*
* @param \Exception $exception
* @return void
*
* @throws \Throwable
*/
public function report(\Throwable $exception)
@@ -41,9 +41,10 @@ class Handler extends ExceptionHandler
}
/**
* @param \Illuminate\Http\Request $request
* @param \Throwable $exception
* @param \Illuminate\Http\Request $request
* @param \Throwable $exception
* @return \Illuminate\Http\RedirectResponse|\Symfony\Component\HttpFoundation\Response
*
* @throws \Throwable
*/
public function render($request, \Throwable $exception)