Files
2025-07-15 15:45:09 +02:00

8 lines
103 B
PHP
Executable File

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