mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	format
This commit is contained in:
		| @@ -29,7 +29,7 @@ class Handler extends ExceptionHandler | ||||
|     /** | ||||
|      * Report or log an exception. | ||||
|      * | ||||
|      * @param  \Exception  $exception | ||||
|      * @param \Exception $exception | ||||
|      * @return void | ||||
|      */ | ||||
|     public function report(Exception $exception) | ||||
| @@ -40,8 +40,8 @@ class Handler extends ExceptionHandler | ||||
|     /** | ||||
|      * Render an exception into an HTTP response. | ||||
|      * | ||||
|      * @param  \Illuminate\Http\Request  $request | ||||
|      * @param  \Exception  $exception | ||||
|      * @param \Illuminate\Http\Request $request | ||||
|      * @param \Exception $exception | ||||
|      * @return \Illuminate\Http\Response | ||||
|      */ | ||||
|     public function render($request, Exception $exception) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user