1
0
Fork 0
pull/8850/head
Yanick Witschi 2020-05-05 20:37:48 +02:00 committed by Jordi Boggiano
parent 00500f83c0
commit b00291cf21
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 0 additions and 4 deletions

View File

@ -57,22 +57,18 @@ class PoolBuilder
* @var IOInterface
*/
private $io;
/**
* @psalm-var array<string, AliasPackage>
*/
private $aliasMap = array();
/**
* @psalm-var array<string, ConstraintInterface[]>
*/
private $packagesToLoad = array();
/**
* @psalm-var array<string, ConstraintInterface[]>
*/
private $loadedNames = array();
/**
* @psalm-var Package[]
*/