Skip to content

Commit 82e90f1

Browse files
edenleungStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent cd90e16 commit 82e90f1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/Hander/Whoops.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
namespace think\Whoops\Hander;
66

7-
use think\Response;
87
use think\exception\Handle;
8+
use think\exception\HttpResponseException;
9+
use think\Response;
910
use Throwable;
1011
use Whoops\Handler\PrettyPageHandler;
11-
use think\exception\HttpResponseException;
1212

1313
class Whoops extends Handle
1414
{
@@ -35,9 +35,10 @@ public function render($request, Throwable $e): Response
3535
}
3636

3737
/**
38-
* 接管Ajax异常
38+
* 接管Ajax异常.
3939
*
4040
* @param Throwable $e
41+
*
4142
* @return void
4243
*/
4344
protected function handleAjaxException(Throwable $e)

0 commit comments

Comments
 (0)