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;
use PhpParser\Node;
use LanguageServer\Index\ReadableIndex;
use LanguageServer\Protocol\{
TextEdit,

View File

@ -3,7 +3,6 @@ declare(strict_types = 1);
namespace LanguageServer;
use PhpParser\Node;
use phpDocumentor\Reflection\{Types, Type, Fqsen, TypeResolver};
use LanguageServer\Protocol\SymbolInformation;
use Exception;

View File

@ -9,7 +9,6 @@ use Microsoft\PhpParser as Tolerant;
use phpDocumentor\Reflection\{
DocBlock, DocBlockFactory, Fqsen, Type, TypeResolver, Types
};
use PhpParser\Node;
class DefinitionResolver
{

View File

@ -3,7 +3,6 @@
namespace LanguageServer;
use phpDocumentor\Reflection\{Type, Types};
use PhpParser\Node;
use Microsoft\PhpParser as Tolerant;
class FqnUtilities

View File

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

View File

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

View File

@ -5,7 +5,6 @@ namespace LanguageServer;
use Throwable;
use InvalidArgumentException;
use PhpParser\Node;
use Sabre\Event\{Loop, Promise, EmitterInterface};
use Sabre\Uri;

View File

@ -14,7 +14,6 @@ use LanguageServer\Protocol\{
};
use Microsoft\PhpParser as Tolerant;
use phpDocumentor\Reflection\DocBlockFactory;
use PhpParser\Node;
use PHPUnit\Framework\TestCase;
use function LanguageServer\isVendored;