From 98ca30764a1af258277bebba4fa08d9f6e7101c4 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Wed, 6 May 2026 20:21:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor(polyfills):=20=E7=A7=BB=E9=99=A4=20php?= =?UTF-8?q?::Var=20=E7=B1=BB=E5=9E=8B=E5=B8=B8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 type_any 常量定义 - 清理了相关类型声明代码 --- src/polyfills.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/polyfills.php b/src/polyfills.php index 45ccbcd2..67f6cbd1 100644 --- a/src/polyfills.php +++ b/src/polyfills.php @@ -11,7 +11,6 @@ class native_types public const type_int = 'int'; public const type_float = 'float'; public const type_bool = 'bool'; - public const type_any = 'php::Var'; } class std