From a264b2b8a39d0e21415d17a714c2d71f1475590f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 16 Aug 2023 14:25:48 +0800 Subject: [PATCH] qqq --- Connection.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Connection.php b/Connection.php index ebf130c..486205a 100644 --- a/Connection.php +++ b/Connection.php @@ -155,7 +155,6 @@ class Connection extends Component if (!$this->pool()->hasItem($this->cds)) { return $this->newConnect(); } - /** @var PDO $client */ [$client, $time] = $this->pool()->get($this->cds); if ((time() - $time) > $this->idle_time) { return $this->newConnect();