1
0
Fork 0

Remove unused var

pull/9730/head
Jordi Boggiano 2021-02-25 13:45:15 +01:00
parent 48d02b479b
commit 52967c32cf
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

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