Skip to content

Commit 339df84

Browse files
committed
Remove unused method
1 parent a2e4301 commit 339df84

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Command/DiffCommand.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use IonBazan\ComposerDiff\Diff\DiffEntries;
66
use IonBazan\ComposerDiff\Diff\DiffEntry;
7-
use IonBazan\ComposerDiff\Formatter\Formatter;
87
use IonBazan\ComposerDiff\Formatter\FormatterContainer;
98
use IonBazan\ComposerDiff\PackageDiff;
109
use IonBazan\ComposerDiff\Url\GeneratorContainer;
@@ -199,15 +198,4 @@ private function hasDowngrades(DiffEntries $entries)
199198

200199
return false;
201200
}
202-
203-
/**
204-
* @return Formatter
205-
*/
206-
private function getFormatter(InputInterface $input, OutputInterface $output)
207-
{
208-
$urlGenerators = new GeneratorContainer($this->gitlabDomains);
209-
$formatters = new FormatterContainer($output, $urlGenerators);
210-
211-
return $formatters->getFormatter($input->getOption('format'));
212-
}
213201
}

0 commit comments

Comments
 (0)