parser/phpast/samples/doc-comments.php

10 lines
78 B
PHP
Raw Normal View History

2022-08-02 01:14:24 +02:00
<?php
/**
* This is my function.
*
* @return void
*/
function foo() {
}