Skip to content

Commit

Permalink
TASK: Fix phpstan error (by generating new baseline)
Browse files Browse the repository at this point in the history
  • Loading branch information
higidi committed Feb 23, 2024
1 parent dec0d0c commit 00d9e45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan-baseline.neon
Expand Up @@ -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\\<callable\\(\\)\\: mixed\\>, array\\{array\\{'some', 'method'\\}\\} given\\.$#"
count: 1
Expand Down

0 comments on commit 00d9e45

Please sign in to comment.