1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Add more type info

This commit is contained in:
Jordi Boggiano 2021-08-30 17:45:35 +02:00
parent 0761474599
commit 01d734125c
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
27 changed files with 206 additions and 57 deletions

View file

@ -22,6 +22,7 @@ use Composer\Package\Loader\ValidatingArrayLoader;
*/
class PackageRepository extends ArrayRepository
{
/** @var mixed[] */
private $config;
/**