Skip to content

Commit 128486f

Browse files
committed
FIX: Gnerated phpstan baseline
1 parent f40bf5b commit 128486f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ parameters:
2020
count: 1
2121
path: src/VCR/Util/SoapClient.php
2222

23+
-
24+
message: "#^Offset 'uri' does not exist on array\\{timed_out\\: bool, blocked\\: bool, eof\\: bool, unread_bytes\\: int, stream_type\\: string, wrapper_type\\: string, wrapper_data\\: mixed, mode\\: string, \\.\\.\\.\\}\\.$#"
25+
count: 1
26+
path: src/VCR/Util/StreamProcessor.php
27+
2328
-
2429
message: "#^Parameter \\#2 \\$length of function fread expects int\\<1, max\\>, int given\\.$#"
2530
count: 1

0 commit comments

Comments
 (0)