Skip to content

Commit

Permalink
Update Composer baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 24, 2022
1 parent 1f1e656 commit 2e065bf
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions e2e/integration/composer-baseline.neon
Expand Up @@ -5,11 +5,6 @@ parameters:
count: 2
path: repo/src/Composer/Autoload/PhpFileCleaner.php

-
message: "#^Parameter \\#1 \\$needle of method Composer\\\\Repository\\\\InstalledRepository\\:\\:getDependents\\(\\) expects array\\<string\\>\\|string, array given\\.$#"
count: 1
path: repo/src/Composer/Command/BaseDependencyCommand.php

-
message: "#^Parameter \\#1 \\$pattern of static method Composer\\\\Pcre\\\\Preg\\:\\:isMatch\\(\\) expects non\\-empty\\-string, string given\\.$#"
count: 1
Expand Down Expand Up @@ -75,16 +70,16 @@ parameters:
count: 1
path: repo/src/Composer/Repository/ComposerRepository.php

-
message: "#^Property Composer\\\\Repository\\\\ComposerRepository\\:\\:\\$sourceMirrors \\(array\\<string, array\\<int, array\\{url\\: string, preferred\\: bool\\}\\>\\>\\|null\\) does not accept non\\-empty\\-array\\<string, array\\<int, array\\{url\\: mixed, preferred\\: bool\\}\\>\\>\\.$#"
count: 2
path: repo/src/Composer/Repository/ComposerRepository.php

-
message: "#^Parameter \\#1 \\$pattern of static method Composer\\\\Pcre\\\\Preg\\:\\:isMatch\\(\\) expects non\\-empty\\-string, string\\|null given\\.$#"
count: 1
path: repo/src/Composer/Repository/FilterRepository.php

-
message: "#^Result of && is always false\\.$#"
count: 1
path: repo/src/Composer/Repository/PlatformRepository.php

-
message: "#^Offset 'namelookup_time' on array\\{url\\: string, content_type\\: string\\|null, http_code\\: int, header_size\\: int, request_size\\: int, filetime\\: int, ssl_verify_result\\: int, redirect_count\\: int, \\.\\.\\.\\} in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
Expand Down

0 comments on commit 2e065bf

Please sign in to comment.