parser/phpast/samples/doc-comments.php
2022-08-02 00:14:24 +01:00

10 lines
78 B
PHP

<?php
/**
* This is my function.
*
* @return void
*/
function foo() {
}