Skip to content

Commit 0a6843c

Browse files
committed
Update PHPStan baseline
1 parent d1fca0d commit 0a6843c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ parameters:
136136
path: src/CsvWriter.php
137137

138138
-
139-
message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, bool\\|float\\|int\\|object\\|string given\\.$#"
139+
message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, float\\|int\\|object\\|string\\|true given\\.$#"
140140
count: 1
141141
path: src/CsvWriter.php
142142

0 commit comments

Comments
 (0)