1
0
Fork 0

Merge pull request #495 from cordoval/feature/cleanedUpUpholdingDemeterLaw

cleaned up some getApplication()->getIO() into getIO()s
pull/442/merge
Jordi Boggiano 2012-03-23 13:00:59 -07:00
commit ea13eccbea
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