Merge pull request #495 from cordoval/feature/cleanedUpUpholdingDemeterLaw
cleaned up some getApplication()->getIO() into getIO()spull/442/merge
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…
Reference in New Issue