parsaaghayi-backend/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php
DevOps c9a688e80d
Some checks failed
Deploy Backend / deploy (push) Has been cancelled
chore: commit vendor directory for fully offline builds
2026-06-28 18:08:40 +00:00

7 lines
103 B
PHP

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