Merge pull request #1928 from Adduc/patch-3
Remove unused variable $dialog from RequireCommand::configurepull/1929/merge
commit
6efca49bdd
|
@ -70,8 +70,6 @@ EOT
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
$dialog = $this->getHelperSet()->get('dialog');
|
|
||||||
|
|
||||||
$json = new JsonFile($file);
|
$json = new JsonFile($file);
|
||||||
$composer = $json->read();
|
$composer = $json->read();
|
||||||
$composerBackup = file_get_contents($json->getPath());
|
$composerBackup = file_get_contents($json->getPath());
|
||||||
|
|
Loading…
Reference in New Issue