From 474f6f4ec0f41acf40c63b058f1b71ef7e80b7a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 24 Mar 2021 19:28:15 +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/Struct.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kafka/Struct.php b/Kafka/Struct.php index d04c1076..9dc755eb 100644 --- a/Kafka/Struct.php +++ b/Kafka/Struct.php @@ -14,7 +14,7 @@ class Struct public Message $message; public string $topic; - public ?string $value; + public mixed $value; public int $part; /**