From 6462af4c07e98da7652036160b8c3164d20f178a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Feb 2021 16:57:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Abstracts/Pool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index fc0d6c73..188500ac 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -56,7 +56,7 @@ abstract class Pool extends Component * @return array * @throws Exception */ - protected function getFromChannel($name, array $callback): mixed + protected function getFromChannel($name, mixed $callback): mixed { if (!Context::inCoroutine()) { return $this->createClient($name, $callback);