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

@ -514,8 +514,8 @@ class AuthHelperTest extends TestCase
}
/**
* @param $origin
* @param $auth
* @param string $origin
* @param array $auth
*/
private function expectsAuthentication($origin, $auth)
{