Files
budget_analyser/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php
TiclemFR 884eb3011a 🎉
2023-12-29 16:00:02 +01:00

8 lines
103 B
PHP

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