1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +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

@ -65,7 +65,7 @@ EOT
protected function execute(InputInterface $input, OutputInterface $output)
{
$io = $this->getApplication()->getIO();
$io = $this->getIO();
return $this->installProject(
$io,

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

View file

@ -48,7 +48,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