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