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

10 lines
309 B
PHP

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