Doc.php 103 B

123456
  1. <?php declare(strict_types=1);
  2. namespace PhpParser\Comment;
  3. class Doc extends \PhpParser\Comment {
  4. }