Merge pull request #3596 from SofHad/unused-variables
[Minor] remove the unused private variablespull/3476/head
commit
243553f530
|
@ -53,8 +53,6 @@ class ComposerRepository extends ArrayRepository
|
|||
protected $eventDispatcher;
|
||||
protected $sourceMirrors;
|
||||
protected $distMirrors;
|
||||
private $rawData;
|
||||
private $minimalPackages;
|
||||
private $degradedMode = false;
|
||||
private $rootData;
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ class RemoteFilesystem
|
|||
{
|
||||
private $io;
|
||||
private $config;
|
||||
private $firstCall;
|
||||
private $bytesMax;
|
||||
private $originUrl;
|
||||
private $fileUrl;
|
||||
|
|
Loading…
Reference in New Issue