From 372e55725e6688ae7394e916765f70ba7b4b582a Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Thu, 22 Jun 2017 18:57:42 +0200 Subject: [PATCH] Ad missing use --- src/Server/TextDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server/TextDocument.php b/src/Server/TextDocument.php index a182eee..df97acd 100644 --- a/src/Server/TextDocument.php +++ b/src/Server/TextDocument.php @@ -27,7 +27,7 @@ use Microsoft\PhpParser\Node; use Sabre\Event\Promise; use Sabre\Uri; use function LanguageServer\{ - isVendored, waitForEvent + isVendored, waitForEvent, getPackageName }; use function Sabre\Event\coroutine;