golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/BetterPhpDocParser/Contract
⬆️ Go Up
Upload
File/Folder
Size
Actions
BasePhpDocNodeVisitorInterface.php
234 B
Del
OK
PhpDocParser
-
Del
OK
Edit: BasePhpDocNodeVisitorInterface.php
<?php declare (strict_types=1); namespace Rector\BetterPhpDocParser\Contract; use Rector\PhpDocParser\PhpDocParser\Contract\PhpDocNodeVisitorInterface; interface BasePhpDocNodeVisitorInterface extends PhpDocNodeVisitorInterface { }
Save