Merge pull request #495 from cordoval/feature/cleanedUpUpholdingDemeterLaw

cleaned up some getApplication()->getIO() into getIO()s
main
Jordi Boggiano 12 years ago
commit ea13eccbea

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

@ -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

@ -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

Loading…
Cancel
Save