1
0
Fork 0

Move "use Webmozart\Glob\Glob" to where it was actually needed

pull/752/head
Tom Sherman 2019-08-30 14:31:53 +01:00
parent 6a0d70a07c
commit c01967486a
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@ declare(strict_types = 1);
namespace LanguageServer\FilesFinder;
use Webmozart\Glob\Iterator\GlobIterator;
use Webmozart\Glob\Glob;
use Sabre\Event\Promise;
use function Sabre\Event\coroutine;
use function LanguageServer\{pathToUri, timeout};

View File

@ -4,6 +4,7 @@ declare(strict_types = 1);
namespace LanguageServer\FilesFinder;
use Sabre\Event\Promise;
use Webmozart\Glob\Glob;
/**
* Interface for finding files in the workspace