rector/packages/BetterPhpDocParser/Contract/BasePhpDocNodeVisitorInterface.php
Tomas Votruba f3645ab6a9 Updated Rector to commit fb9ad83c32770022a3816ee06c88d92cd84dc322
fb9ad83c32 [CodeQuality] Skip InlineIfToExplicitIfRector on constant definition (#422)
2021-07-11 15:30:37 +00:00

10 lines
309 B
PHP

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