Merge pull request #1928 from Adduc/patch-3

Remove unused variable $dialog from RequireCommand::configure
main
Jordi Boggiano 11 years ago
commit 6efca49bdd

@ -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…
Cancel
Save