Skip to content

Commit b95ee16

Browse files
edenleungStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent f3de7e8 commit b95ee16

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Runner.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace think\Whoops;
44

55
use think\App;
6-
use think\facade\Request;
76
use think\facade\Env;
7+
use think\facade\Request;
88
use Whoops\Handler\PrettyPageHandler;
99
use Whoops\Run;
1010

@@ -45,15 +45,15 @@ public function handleException($exception)
4545
'Port' => Request::port(),
4646
'Host' => Request::host(),
4747
]);
48-
48+
4949
// 环境变量
5050
$handler->addDataTable('Environment', Env::get());
5151

5252
// 从异常堆栈跟踪中打开代码编辑器
5353
if ($this->options['editor']) {
5454
$handler->setEditor($this->options['editor']);
5555
}
56-
56+
5757
// 设置标题
5858
$handler->setPageTitle($this->options['title']);
5959
}

0 commit comments

Comments
 (0)