rector/packages/BetterPhpDocParser/Contract/BasePhpDocNodeVisitorInterface.php
Tomas Votruba 504a41770d Updated Rector to commit f8e04774ad
f8e04774ad Fixing scoped build (#1143)
2021-11-04 15:30:20 +00:00

10 lines
309 B
PHP

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