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

Fix phpstan phpdocs issues (#9478)

This commit is contained in:
Andrés De la Cruz 2020-11-20 09:28:09 +01:00 committed by GitHub
parent f129c231b1
commit 480a6439fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 31 additions and 10 deletions

View file

@ -1073,7 +1073,7 @@ Linked Version => 1.2.11',
* @param array<string,string|false> $expectations
* @param array<string,mixed> $functions
* @param array<string,mixed> $constants
* @param array<string,class-string> $classes
* @param array<string,class-string> $classDefinitions
*/
public function testLibraryInformation(
$extensions,