Move "use Webmozart\Glob\Glob" to where it was actually needed
parent
6a0d70a07c
commit
c01967486a
|
@ -4,7 +4,6 @@ declare(strict_types = 1);
|
||||||
namespace LanguageServer\FilesFinder;
|
namespace LanguageServer\FilesFinder;
|
||||||
|
|
||||||
use Webmozart\Glob\Iterator\GlobIterator;
|
use Webmozart\Glob\Iterator\GlobIterator;
|
||||||
use Webmozart\Glob\Glob;
|
|
||||||
use Sabre\Event\Promise;
|
use Sabre\Event\Promise;
|
||||||
use function Sabre\Event\coroutine;
|
use function Sabre\Event\coroutine;
|
||||||
use function LanguageServer\{pathToUri, timeout};
|
use function LanguageServer\{pathToUri, timeout};
|
||||||
|
|
|
@ -4,6 +4,7 @@ declare(strict_types = 1);
|
||||||
namespace LanguageServer\FilesFinder;
|
namespace LanguageServer\FilesFinder;
|
||||||
|
|
||||||
use Sabre\Event\Promise;
|
use Sabre\Event\Promise;
|
||||||
|
use Webmozart\Glob\Glob;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface for finding files in the workspace
|
* Interface for finding files in the workspace
|
||||||
|
|
Loading…
Reference in New Issue