Skip to content

Commit

Permalink
[BCB] Removed dump-deps command, DependencyDumper
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 12, 2021
1 parent bedd5be commit 9c7017c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 412 deletions.
2 changes: 0 additions & 2 deletions bin/phpstan
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use PHPStan\Command\AnalyseCommand;
use PHPStan\Command\ClearResultCacheCommand;
use PHPStan\Command\FixerWorkerCommand;
use PHPStan\Command\DumpDependenciesCommand;
use PHPStan\Command\WorkerCommand;
use Symfony\Component\Console\Helper\ProgressBar;

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

$reversedComposerAutoloaderProjectPaths = array_reverse($composerAutoloaderProjectPaths);
$application->add(new AnalyseCommand($reversedComposerAutoloaderProjectPaths));
$application->add(new DumpDependenciesCommand($reversedComposerAutoloaderProjectPaths));
$application->add(new WorkerCommand($reversedComposerAutoloaderProjectPaths));
$application->add(new ClearResultCacheCommand($reversedComposerAutoloaderProjectPaths));
$application->add(new FixerWorkerCommand($reversedComposerAutoloaderProjectPaths));
Expand Down
5 changes: 0 additions & 5 deletions conf/config.neon
Original file line number Diff line number Diff line change
Expand Up @@ -533,11 +533,6 @@ services:
arguments:
parser: @regexParser

-
class: PHPStan\Dependency\DependencyDumper
arguments:
fileFinder: @fileFinderAnalyse

-
class: PHPStan\Dependency\DependencyResolver

Expand Down
130 changes: 0 additions & 130 deletions src/Command/DumpDependenciesCommand.php

This file was deleted.

97 changes: 0 additions & 97 deletions src/Dependency/DependencyDumper.php

This file was deleted.

Loading

0 comments on commit 9c7017c

Please sign in to comment.