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