Julius Herrmann 40ae8de197 intitial init
2021-06-13 23:00:07 +02:00

8 lines
103 B
PHP

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