From cd509b2663943891caca3c5ee87980a23e483a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 11 Jul 2022 16:54:24 +0800 Subject: [PATCH] modify plugin name --- kiri-engine/Pool/PoolQueue.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kiri-engine/Pool/PoolQueue.php b/kiri-engine/Pool/PoolQueue.php index 8362a285..f6d6a1bb 100644 --- a/kiri-engine/Pool/PoolQueue.php +++ b/kiri-engine/Pool/PoolQueue.php @@ -12,6 +12,9 @@ class PoolQueue implements QueueInterface private Channel|SplQueue $queue; + /** + * @param int $max + */ public function __construct(public int $max) { // if (Context::inCoroutine()) {