From 2f5698c6638dd244ee3f1fe264d1d30ba3691299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Mar 2021 16:14:58 +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 --- Rpc/IProducer.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Rpc/IProducer.php b/Rpc/IProducer.php index cc8af696..345a460a 100644 --- a/Rpc/IProducer.php +++ b/Rpc/IProducer.php @@ -8,7 +8,11 @@ interface IProducer { - public function initClient(): array; + /** + * @return Client + * 初始化一个客户端 + */ + public function initClient(): Client; }