mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-03-19 05:39:38 +01:00
Directly creating the node isn't necessary anymore, the token only needs to be parsed. This makes it consistent with the other scalar parsing methods and removes the need to pass $arguments around.