1
0
Fork 0
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:
Jordi Boggiano 2022-10-11 16:51:47 +02:00
parent 436a112651
commit 8600894003
34 changed files with 246 additions and 183 deletions

View file

@ -274,6 +274,8 @@ class ComposerRepositoryTest extends TestCase
/**
* @dataProvider provideCanonicalizeUrlTestCases
* @param non-empty-string $url
* @param non-empty-string $repositoryUrl
*/
public function testCanonicalizeUrl(string $expected, string $url, string $repositoryUrl): void
{