dwq123

Results 3 issues of dwq123

下面这段代码不够严谨,希望能够处理一下 ![image](https://user-images.githubusercontent.com/24455112/106084498-6e925700-6159-11eb-99ac-3737ff2cda7b.png) PDOConnection public function transaction(callable $callback) { $this->startTrans(); try { $result = null; if (is_callable($callback)) { $result = $callback($this); } $this->commit(); return $result; } catch (\Exception | \Throwable $e)...

The code is normal but the pipeline returns hook error

![image](https://user-images.githubusercontent.com/24455112/100221504-b7f4d900-2f53-11eb-9f78-49bb18cb9bdb.png) 多了一个一个中划线