1
0
Fork 0

Merge pull request #8798 from GromNaN/patch-1

Remove unused property $httpDownloader
pull/8800/head
Jordi Boggiano 2020-04-16 11:54:24 +02:00 committed by GitHub
commit 1136459d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ use React\Promise\PromiseInterface;
class DownloadManager
{
private $io;
private $httpDownloader;
private $preferDist = false;
private $preferSource = false;
private $packagePreferences = array();