1
0
Fork 0

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

pull/495/head
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) protected function execute(InputInterface $input, OutputInterface $output)
{ {
$io = $this->getApplication()->getIO(); $io = $this->getIO();
return $this->installProject( return $this->installProject(
$io, $io,

View File

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

View File

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