File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 44
55use IonBazan \ComposerDiff \Diff \DiffEntries ;
66use IonBazan \ComposerDiff \Diff \DiffEntry ;
7- use IonBazan \ComposerDiff \Formatter \Formatter ;
87use IonBazan \ComposerDiff \Formatter \FormatterContainer ;
98use IonBazan \ComposerDiff \PackageDiff ;
109use 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}
You can’t perform that action at this time.
0 commit comments