Skip to content

Commit 9c7017c

Browse files
committed
[BCB] Removed dump-deps command, DependencyDumper
1 parent bedd5be commit 9c7017c

File tree

8 files changed

+0
-412
lines changed

8 files changed

+0
-412
lines changed

bin/phpstan

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
use PHPStan\Command\AnalyseCommand;
55
use PHPStan\Command\ClearResultCacheCommand;
66
use PHPStan\Command\FixerWorkerCommand;
7-
use PHPStan\Command\DumpDependenciesCommand;
87
use PHPStan\Command\WorkerCommand;
98
use Symfony\Component\Console\Helper\ProgressBar;
109

@@ -95,7 +94,6 @@ use Symfony\Component\Console\Helper\ProgressBar;
9594

9695
$reversedComposerAutoloaderProjectPaths = array_reverse($composerAutoloaderProjectPaths);
9796
$application->add(new AnalyseCommand($reversedComposerAutoloaderProjectPaths));
98-
$application->add(new DumpDependenciesCommand($reversedComposerAutoloaderProjectPaths));
9997
$application->add(new WorkerCommand($reversedComposerAutoloaderProjectPaths));
10098
$application->add(new ClearResultCacheCommand($reversedComposerAutoloaderProjectPaths));
10199
$application->add(new FixerWorkerCommand($reversedComposerAutoloaderProjectPaths));

conf/config.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -533,11 +533,6 @@ services:
533533
arguments:
534534
parser: @regexParser
535535

536-
-
537-
class: PHPStan\Dependency\DependencyDumper
538-
arguments:
539-
fileFinder: @fileFinderAnalyse
540-
541536
-
542537
class: PHPStan\Dependency\DependencyResolver
543538

src/Command/DumpDependenciesCommand.php

Lines changed: 0 additions & 130 deletions
This file was deleted.

src/Dependency/DependencyDumper.php

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)