Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PHP tokenizer: add missing verbose message
PR 2860 made a change to the tokenizer which changes the token type of an `fn` keyword (back) to `T_STRING` if it turns out not to be an arrow function. That change did not include a verbose message for tokenizer debugging. Fixed now.
- Loading branch information