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;