1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-13 18:07:32 +01:00
PHP-Parser/lib/PHPParser/Comment/Doc.php
nikic e587e3f4c6 Collect normal comments too, not only doc comments
Comments and doc comments are now saved in the 'comments' attribute, as an
array. The are instances of PHPParser_Comment[_Doc].
2012-05-06 17:49:04 +02:00

5 lines
64 B
PHP

<?php
class PHPParser_Comment_Doc extends PHPParser_Comment
{
}