[Command] removed unused local variable $composer in UpdateCommand::execute() method.
parent
c993f3e92d
commit
747abf6843
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue