summaryrefslogtreecommitdiff
path: root/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php
blob: a9db6128f4fd1c2b616a1a781bd9ddf46b39294c (plain)
1
2
3
4
5
6
7
<?php declare(strict_types=1);

namespace PhpParser\Comment;

class Doc extends \PhpParser\Comment
{
}