mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
CS
This commit is contained in:
parent
00500f83c0
commit
b00291cf21
1 changed files with 0 additions and 4 deletions
|
@ -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[]
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue