You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
Hello, I am using use function namespace\function_name; in my code and I get a ParseException.
TokenName: “T_function”
message: Imported namespace name could not be determined.
xdebug_message: TokenReflection\Exception\ParseException: Imported namespace name could not be determined. in /vendor/andrewsville/php-token-reflection/TokenReflection/ReflectionFileNamespace.php on line 227.
Hello, I am using
use function namespace\function_name;in my code and I get a ParseException.TokenName: “T_function”
message: Imported namespace name could not be determined.
xdebug_message: TokenReflection\Exception\ParseException: Imported namespace name could not be determined. in /vendor/andrewsville/php-token-reflection/TokenReflection/ReflectionFileNamespace.php on line 227.
am I doing something wrong?
thanks