rector/packages/BetterPhpDocParser/Contract/BasePhpDocNodeVisitorInterface.php
Tomas Votruba d035c86f90 Updated Rector to commit a7e66d67bd
a7e66d67bd remove excluded files
2022-05-30 00:02:22 +00:00

10 lines
311 B
PHP

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