EVOLUTION-NINJA
Edit File: BasePhpDocNodeVisitorInterface.php
<?php declare (strict_types=1); namespace Rector\BetterPhpDocParser\Contract; use RectorPrefix20211231\Symplify\SimplePhpDocParser\Contract\PhpDocNodeVisitorInterface; interface BasePhpDocNodeVisitorInterface extends \RectorPrefix20211231\Symplify\SimplePhpDocParser\Contract\PhpDocNodeVisitorInterface { }