rector/packages/BetterPhpDocParser/Contract/BasePhpDocNodeVisitorInterface.php
Tomas Votruba 495580024a Updated Rector to commit a19687ce9d
a19687ce9d [automated] Re-Generate preload.php (#901)
2021-09-19 00:28:26 +00:00

10 lines
309 B
PHP

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