This commit is contained in:
2021-03-23 16:14:58 +08:00
parent 65332ec6b1
commit 2f5698c663
+5 -1
View File
@@ -8,7 +8,11 @@ interface IProducer
{ {
public function initClient(): array; /**
* @return Client
* 初始化一个客户端
*/
public function initClient(): Client;
} }