2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-06 12:27:13 +08:00
Files
panel/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php
2022-11-17 00:18:56 +08:00

8 lines
103 B
PHP

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