1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00
This commit is contained in:
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

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[]
*/