1
0
Fork 0

Remove "use PhpParser\Node"

pull/357/head
roblou 2017-05-19 13:45:23 -07:00
parent 5e9dfa104b
commit cf9590b9b7
8 changed files with 0 additions and 8 deletions

View File

@ -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,

View File

@ -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;

View File

@ -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
{ {

View File

@ -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

View File

@ -2,7 +2,6 @@
namespace LanguageServer\Protocol; namespace LanguageServer\Protocol;
use PhpParser\Node;
use Microsoft\PhpParser as Tolerant; use Microsoft\PhpParser as Tolerant;
/** /**

View File

@ -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;

View File

@ -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;

View File

@ -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;