sebastianbergmann / php-token-stream

Wrapper around PHP's tokenizer extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USE_FUNCTION tokens don't serialize correctly

loilo opened this issue · comments

Tokens of the PHP_Token_USE_FUNCTION class currently serialize to use instead of use function.

I'll attach a PR to fix this in a moment.