opsdash-app/opsdash/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php
2025-10-27 16:03:31 +07:00

6 lines
103 B
PHP

<?php declare(strict_types=1);
namespace PhpParser\Comment;
class Doc extends \PhpParser\Comment {
}