1: <?php declare(strict_types=1);
2:
3: namespace PhpParser\Comment;
4:
5: class Doc extends \PhpParser\Comment {
6: }
7: