From 18ad158655d46f02020eadfca07c0668166cf1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 5 Aug 2021 16:07:02 +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 9476d943..81020306 100644 --- a/Kafka/Struct.php +++ b/Kafka/Struct.php @@ -12,7 +12,7 @@ class Struct public int $offset; public Message $message; - public string $topic; + public ?string $topic; public mixed $value; public int $part;