mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
use new namespace
This commit is contained in:
parent
0c9d4efab5
commit
9aafcbedf1
@ -5,8 +5,8 @@ namespace Rector\ReflectionDocBlock\NodeAnalyzer;
|
||||
use PhpParser\Comment\Doc;
|
||||
use PhpParser\Node;
|
||||
use PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocTagNode;
|
||||
use Symplify\BetterPhpDocParser\PhpDocParser\PhpDocInfo;
|
||||
use Symplify\BetterPhpDocParser\PhpDocParser\PhpDocInfoFactory;
|
||||
use Symplify\BetterPhpDocParser\PhpDocInfo\PhpDocInfo;
|
||||
use Symplify\BetterPhpDocParser\PhpDocInfo\PhpDocInfoFactory;
|
||||
use Symplify\BetterPhpDocParser\PhpDocParser\TypeResolver;
|
||||
use Symplify\BetterPhpDocParser\Printer\PhpDocInfoPrinter;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user