Remove unused var
parent
48d02b479b
commit
52967c32cf
|
@ -364,7 +364,7 @@ class FileDownloader implements DownloaderInterface, ChangeReportInterface
|
||||||
$self = $this;
|
$self = $this;
|
||||||
$io = $this->io;
|
$io = $this->io;
|
||||||
|
|
||||||
return $promise->then(function () use ($self, $target, $path, $io) {
|
return $promise->then(function () use ($self, $target, $path) {
|
||||||
$promise = $self->install($target, $path, false);
|
$promise = $self->install($target, $path, false);
|
||||||
|
|
||||||
return $promise;
|
return $promise;
|
||||||
|
|
Loading…
Reference in New Issue