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