From fb84e7cebda39646a2d54e5cd11839ebde93bbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 3 Apr 2023 13:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-engine/Pool/QueueInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiri-engine/Pool/QueueInterface.php b/kiri-engine/Pool/QueueInterface.php index a17e6660..8ff75e3f 100644 --- a/kiri-engine/Pool/QueueInterface.php +++ b/kiri-engine/Pool/QueueInterface.php @@ -15,7 +15,7 @@ interface QueueInterface /** * @param mixed $data * @param float $timeout - * @return void + * @return bool */ public function push(mixed $data, float $timeout = -1): bool;