From 41dbb91936fa630a3d48fa901a4d443cce36314a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 23 Dec 2020 16:28:40 +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 --- Kafka/ConsumerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kafka/ConsumerInterface.php b/Kafka/ConsumerInterface.php index 6625b4ab..5d7922f4 100644 --- a/Kafka/ConsumerInterface.php +++ b/Kafka/ConsumerInterface.php @@ -16,7 +16,7 @@ interface ConsumerInterface * @param Struct $struct * @return mixed */ - public function onHandler(Struct $struct): mixed; + public function onHandler(Struct $struct): void; }