From f59e2870c0bb838f694a4b8c665de48f17c5b325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 24 Feb 2022 13:51:44 +0800 Subject: [PATCH] modify plugin name --- kiri-engine/Pool/Connection.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/kiri-engine/Pool/Connection.php b/kiri-engine/Pool/Connection.php index b0bf87c7..7e5f68a8 100644 --- a/kiri-engine/Pool/Connection.php +++ b/kiri-engine/Pool/Connection.php @@ -24,11 +24,8 @@ class Connection extends Component /** - * @param $cds + * @param $name * @return bool - * - * db is in transaction - * @throws Exception */ public function inTransaction($name): bool { @@ -39,6 +36,7 @@ class Connection extends Component return false; } + /** * @param $coroutineName * @throws Exception @@ -101,7 +99,6 @@ class Connection extends Component } - /** * @param $coroutineName * @param $config @@ -156,7 +153,6 @@ class Connection extends Component } - /** * @param $coroutineName * @return bool