Skip to content

Commit 13f3067

Browse files
authored
[Cleanup] File helper is not used (#6279)
1 parent 9da99ea commit 13f3067

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/DependencyInjection/LazyContainerFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use PhpParser\Lexer;
1111
use PHPStan\Analyser\NodeScopeResolver;
1212
use PHPStan\Analyser\ScopeFactory;
13-
use PHPStan\File\FileHelper;
1413
use PHPStan\Parser\Parser;
1514
use PHPStan\PhpDoc\TypeNodeResolver;
1615
use PHPStan\PhpDocParser\Parser\ConstExprParser;
@@ -319,7 +318,6 @@ final class LazyContainerFactory
319318
private const PUBLIC_PHPSTAN_SERVICE_TYPES = [
320319
ScopeFactory::class,
321320
TypeNodeResolver::class,
322-
FileHelper::class,
323321
NodeScopeResolver::class,
324322
ReflectionProvider::class,
325323
CachingVisitor::class,

0 commit comments

Comments
 (0)