[Minor] remove the unused private variables
parent
4569f528f6
commit
45089a6771
|
@ -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