mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-03-17 12:50:06 +01:00
getDocComment() now returns the last comment (given that it is a doc comment). setDocComment() no longer exists, as it doesn't make sense with the comment objects anymore. getAttribute() now returns by reference, so it also works in reference contexts.