From 25542aca7095edfb47467c0bf3f1e9f8c2707dbc Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 24 May 2022 21:26:37 +0200 Subject: [PATCH] Update baseline --- phpstan/baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan/baseline.neon b/phpstan/baseline.neon index a3f616c0c..ac39f66e8 100644 --- a/phpstan/baseline.neon +++ b/phpstan/baseline.neon @@ -3472,7 +3472,7 @@ parameters: - message: "#^Call to function in_array\\(\\) with arguments 20, array\\{0\\: 10\\|20, 1\\?\\: 20\\} and true will always evaluate to true\\.$#" - count: 1 + count: 2 path: ../src/Composer/Downloader/PathDownloader.php -