mirror of
https://github.com/acepanel/panel.git
synced 2026-02-06 20:03:13 +08:00
8 lines
103 B
PHP
8 lines
103 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace PhpParser\Comment;
|
|
|
|
class Doc extends \PhpParser\Comment
|
|
{
|
|
}
|