diff --git a/src/Type.php b/src/Type.php index 5524aa31..9ef837a9 100644 --- a/src/Type.php +++ b/src/Type.php @@ -5,6 +5,7 @@ namespace TypePhp; final class Type { public const string VAR = 'php::Var'; + public const string ANY = 'php::Var'; public const string BOOL = 'php::Bool'; public const string INT = 'php::Int'; public const string FLOAT = 'php::Float';