mirror of
https://github.com/danog/PHP-Parser.git
synced 2025-01-21 21:31:29 +01:00
dd711f2a04
Now two arrays are fetched from the lexer: $startAttributes and $endAttributes. When constructing the attributes for a node, the $startAttributes from the first token of the node and the $endAttributes of the last token of the node are merged. Now the end line is saved in the endLine attribute.