Remove useless variable, method return void!
parent
3d962879a8
commit
6ce9d2e152
|
@ -615,7 +615,7 @@ class Installer
|
||||||
|
|
||||||
if (!$this->dryRun) {
|
if (!$this->dryRun) {
|
||||||
// force source/dist urls to be updated for all packages
|
// force source/dist urls to be updated for all packages
|
||||||
$operations = $this->processPackageUrls($pool, $policy, $localRepo, $repositories);
|
$this->processPackageUrls($pool, $policy, $localRepo, $repositories);
|
||||||
$localRepo->write();
|
$localRepo->write();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue