We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e4301 commit 339df84Copy full SHA for 339df84
1 file changed
src/Command/DiffCommand.php
@@ -4,7 +4,6 @@
4
5
use IonBazan\ComposerDiff\Diff\DiffEntries;
6
use IonBazan\ComposerDiff\Diff\DiffEntry;
7
-use IonBazan\ComposerDiff\Formatter\Formatter;
8
use IonBazan\ComposerDiff\Formatter\FormatterContainer;
9
use IonBazan\ComposerDiff\PackageDiff;
10
use IonBazan\ComposerDiff\Url\GeneratorContainer;
@@ -199,15 +198,4 @@ private function hasDowngrades(DiffEntries $entries)
199
198
200
return false;
201
}
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
- }
213
0 commit comments