From 00d9e45906f7769d053a801c792ea70c1fa09e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hu=CC=88rtgen?= Date: Fri, 23 Feb 2024 23:32:52 +0100 Subject: [PATCH] TASK: Fix phpstan error (by generating new baseline) --- phpstan-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index c9d67dc8f..88905eb9c 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -45,6 +45,11 @@ parameters: count: 5 path: tests/Unit/CassetteTest.php + - + message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) with arguments 22, 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, \\.\\.\\.\\} and 'curl_getinfo\\(\\)…' will always evaluate to false\\.$#" + count: 1 + path: tests/Unit/LibraryHooks/CurlHookTest.php + - message: "#^Parameter \\#2 \\$requestMatchers of method VCR\\\\Request\\:\\:matches\\(\\) expects array\\, array\\{array\\{'some', 'method'\\}\\} given\\.$#" count: 1