trs_matrimony/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php
2024-08-22 09:31:12 +05:30

8 lines
103 B
PHP

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