1
0
Fork 0

[Command] removed unused local variable $composer in UpdateCommand::execute() method.

pull/199/head
Hugo Hamon 2012-01-11 09:05:23 +01:00
parent c993f3e92d
commit 747abf6843
1 changed files with 1 additions and 2 deletions

View File

@ -53,9 +53,8 @@ EOT
protected function execute(InputInterface $input, OutputInterface $output)
{
$composer = $this->getComposer();
$installCommand = $this->getApplication()->find('install');
return $installCommand->install($input, $output, true);
}
}