1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Update to PHPStan 1.9

This commit is contained in:
Jordi Boggiano 2022-11-03 21:47:26 +01:00
parent 7dfe4a38c8
commit 6c85b875f2
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
47 changed files with 169 additions and 310 deletions

View file

@ -148,7 +148,7 @@ class PoolBuilderTest extends TestCase
/**
* @param array<int, BasePackage> $packageIds
* @return string[]
* @return list<string|int>
*/
private function getPackageResultSet(Pool $pool, array $packageIds): array
{