From d37926a37d1fa6a32c7b42560f54c5911a54fc33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Mar 2021 13:55:10 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Rpc/IProducer.php b/Rpc/IProducer.php index 7d344f09..3677e0ee 100644 --- a/Rpc/IProducer.php +++ b/Rpc/IProducer.php @@ -8,8 +8,7 @@ interface IProducer { - - public function getConfig(); + public function getConfig(): array; }