Remove "use PhpParser\Node"
parent
5e9dfa104b
commit
cf9590b9b7
|
@ -3,7 +3,6 @@ declare(strict_types = 1);
|
||||||
|
|
||||||
namespace LanguageServer;
|
namespace LanguageServer;
|
||||||
|
|
||||||
use PhpParser\Node;
|
|
||||||
use LanguageServer\Index\ReadableIndex;
|
use LanguageServer\Index\ReadableIndex;
|
||||||
use LanguageServer\Protocol\{
|
use LanguageServer\Protocol\{
|
||||||
TextEdit,
|
TextEdit,
|
||||||
|
|
|
@ -3,7 +3,6 @@ declare(strict_types = 1);
|
||||||
|
|
||||||
namespace LanguageServer;
|
namespace LanguageServer;
|
||||||
|
|
||||||
use PhpParser\Node;
|
|
||||||
use phpDocumentor\Reflection\{Types, Type, Fqsen, TypeResolver};
|
use phpDocumentor\Reflection\{Types, Type, Fqsen, TypeResolver};
|
||||||
use LanguageServer\Protocol\SymbolInformation;
|
use LanguageServer\Protocol\SymbolInformation;
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|
|
@ -9,7 +9,6 @@ use Microsoft\PhpParser as Tolerant;
|
||||||
use phpDocumentor\Reflection\{
|
use phpDocumentor\Reflection\{
|
||||||
DocBlock, DocBlockFactory, Fqsen, Type, TypeResolver, Types
|
DocBlock, DocBlockFactory, Fqsen, Type, TypeResolver, Types
|
||||||
};
|
};
|
||||||
use PhpParser\Node;
|
|
||||||
|
|
||||||
class DefinitionResolver
|
class DefinitionResolver
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
namespace LanguageServer;
|
namespace LanguageServer;
|
||||||
|
|
||||||
use phpDocumentor\Reflection\{Type, Types};
|
use phpDocumentor\Reflection\{Type, Types};
|
||||||
use PhpParser\Node;
|
|
||||||
use Microsoft\PhpParser as Tolerant;
|
use Microsoft\PhpParser as Tolerant;
|
||||||
|
|
||||||
class FqnUtilities
|
class FqnUtilities
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
namespace LanguageServer\Protocol;
|
namespace LanguageServer\Protocol;
|
||||||
|
|
||||||
use PhpParser\Node;
|
|
||||||
use Microsoft\PhpParser as Tolerant;
|
use Microsoft\PhpParser as Tolerant;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
namespace LanguageServer\Protocol;
|
namespace LanguageServer\Protocol;
|
||||||
|
|
||||||
use PhpParser\Node;
|
|
||||||
use Microsoft\PhpParser as Tolerant;
|
use Microsoft\PhpParser as Tolerant;
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ namespace LanguageServer;
|
||||||
|
|
||||||
use Throwable;
|
use Throwable;
|
||||||
use InvalidArgumentException;
|
use InvalidArgumentException;
|
||||||
use PhpParser\Node;
|
|
||||||
use Sabre\Event\{Loop, Promise, EmitterInterface};
|
use Sabre\Event\{Loop, Promise, EmitterInterface};
|
||||||
use Sabre\Uri;
|
use Sabre\Uri;
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,6 @@ use LanguageServer\Protocol\{
|
||||||
};
|
};
|
||||||
use Microsoft\PhpParser as Tolerant;
|
use Microsoft\PhpParser as Tolerant;
|
||||||
use phpDocumentor\Reflection\DocBlockFactory;
|
use phpDocumentor\Reflection\DocBlockFactory;
|
||||||
use PhpParser\Node;
|
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
use function LanguageServer\isVendored;
|
use function LanguageServer\isVendored;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue