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

main
Luis Cordova 12 years ago
parent 202dc99b02
commit f76c65914c

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