This commit is contained in:
2021-03-02 15:19:27 +08:00
parent 826e23df54
commit aa646f65ab
2 changed files with 5 additions and 5 deletions
-2
View File
@@ -156,7 +156,6 @@ class Connection extends Pool
* @param string $name
* @param mixed $config
* @return PDO
* @throws ComponentException
*/
public function createClient(string $name, mixed $config): PDO
{
@@ -183,7 +182,6 @@ class Connection extends Pool
* @param $cds
* @param $coroutineName
* @param false $isBefore
* @throws ComponentException
*/
public function printClients($cds, $coroutineName, $isBefore = false)
{