From c599e09adec3f0e3d896cc4f081d9d33493545c6 Mon Sep 17 00:00:00 2001 From: godotg Date: Sun, 21 Jul 2024 08:11:28 +0800 Subject: [PATCH] fix[php]: php language rule --- protocol/src/main/resources/php/ProtocolManagerTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/src/main/resources/php/ProtocolManagerTemplate.php b/protocol/src/main/resources/php/ProtocolManagerTemplate.php index 5597fa97..b89314b0 100644 --- a/protocol/src/main/resources/php/ProtocolManagerTemplate.php +++ b/protocol/src/main/resources/php/ProtocolManagerTemplate.php @@ -12,7 +12,7 @@ class ProtocolManager public static function initProtocol(): void { - ${protocol_manager_registrations}; + ${protocol_manager_registrations} } public static function getProtocolId(mixed $clazz): int