Remove unused var

main
Jordi Boggiano 3 years ago
parent 48d02b479b
commit 52967c32cf
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -364,7 +364,7 @@ class FileDownloader implements DownloaderInterface, ChangeReportInterface
$self = $this;
$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);
return $promise;

Loading…
Cancel
Save