mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-06-26 10:07:36 +02:00
Comments and doc comments are now saved in the 'comments' attribute, as an array. The are instances of PHPParser_Comment[_Doc].
5 lines
64 B
PHP
5 lines
64 B
PHP
<?php
|
|
|
|
class PHPParser_Comment_Doc extends PHPParser_Comment
|
|
{
|
|
} |