1
0
Fork 0

Fixed missing TextEdit using declaration

pull/31/head
Stephan Unverwerth 2016-09-18 14:27:12 +02:00
parent 6d97d526b1
commit 1efb09ba86
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
namespace LanguageServer;
use \LanguageServer\Protocol\{Diagnostic, DiagnosticSeverity, Range, Position, SymbolKind};
use \LanguageServer\Protocol\{Diagnostic, DiagnosticSeverity, Range, Position, SymbolKind, TextEdit};
use PhpParser\{Error, Comment, Node, ParserFactory, NodeTraverser, Lexer, Parser};
use PhpParser\PrettyPrinter\Standard as PrettyPrinter;