mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Update deps, constrain a few types to non-empty-strings
This commit is contained in:
parent
436a112651
commit
8600894003
34 changed files with 246 additions and 183 deletions
|
@ -72,6 +72,7 @@ class ProxyManagerTest extends TestCase
|
|||
*
|
||||
* @param array<string, mixed> $server
|
||||
* @param mixed[] $expectedOptions
|
||||
* @param non-empty-string $url
|
||||
*/
|
||||
public function testGetProxyForRequest(array $server, string $url, string $expectedUrl, array $expectedOptions, bool $expectedSecure, string $expectedMessage): void
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue