1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00

cleaned up some getApplication()->getIO() into getIO()s

This commit is contained in:
Luis Cordova 2012-03-23 14:57:43 -05:00
parent 202dc99b02
commit f76c65914c
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ EOT
protected function execute(InputInterface $input, OutputInterface $output)
{
$composer = $this->getComposer();
$io = $this->getApplication()->getIO();
$io = $this->getIO();
$install = Installer::create($io, $composer);
$install