mirror of
https://github.com/danog/PHP-Parser.git
synced 2025-01-23 06:11:23 +01:00
a824a2aba7
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.