rector/packages/BetterPhpDocParser/Contract/BasePhpDocNodeVisitorInterf...

10 lines
311 B
PHP

<?php
declare (strict_types=1);
namespace Rector\BetterPhpDocParser\Contract;
use RectorPrefix20220606\Symplify\Astral\PhpDocParser\Contract\PhpDocNodeVisitorInterface;
interface BasePhpDocNodeVisitorInterface extends \RectorPrefix20220606\Symplify\Astral\PhpDocParser\Contract\PhpDocNodeVisitorInterface
{
}