mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Merge pull request #1928 from Adduc/patch-3
Remove unused variable $dialog from RequireCommand::configure
This commit is contained in:
commit
6efca49bdd
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ EOT
|
|||
return 1;
|
||||
}
|
||||
|
||||
$dialog = $this->getHelperSet()->get('dialog');
|
||||
|
||||
$json = new JsonFile($file);
|
||||
$composer = $json->read();
|
||||
$composerBackup = file_get_contents($json->getPath());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue