Doc.php 103 B

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