1
0
Fork 0

Fix phpdoc

pull/10110/head
Jordi Boggiano 2021-09-15 11:31:58 +02:00
parent 8cd2d0e541
commit d6a8b0252d
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 2 additions and 1 deletions

View File

@ -401,7 +401,8 @@ class DownloadManager
}
/**
* @return array<'dist'|'source'>&non-empty-array
* @return string[]
* @phpstan-return array<'dist'|'source'>&non-empty-array
*/
private function getAvailableSources(PackageInterface $package, PackageInterface $prevPackage = null)
{