Sin descripción

Doc.php 103B

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