dwq123
dwq123
下面这段代码不够严谨,希望能够处理一下  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
bug
 多了一个一个中划线