Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / vendor / nikic / php-parser / lib / PhpParser / Comment / Doc.php
1 <?php declare(strict_types=1);
2
3 namespace PhpParser\Comment;
4
5 class Doc extends \PhpParser\Comment
6 {
7 }