Explorar o código

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

Hugo Hamon %!s(int64=13) %!d(string=hai) anos
pai
achega
747abf6843
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/Composer/Command/UpdateCommand.php

+ 1 - 2
src/Composer/Command/UpdateCommand.php

@@ -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);
     }
 }