1
0
Fork 0

Merge pull request #1928 from Adduc/patch-3

Remove unused variable $dialog from RequireCommand::configure
pull/1929/merge
Jordi Boggiano 2013-05-24 00:43:05 -07:00
commit 6efca49bdd
1 changed files with 0 additions and 2 deletions

View File

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