Skip to content

Commit 283f002

Browse files
committed
Fix PHPStan on PHP 8+
1 parent 0a6843c commit 283f002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-baseline-8+.neon

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

133133
-
134-
message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, bool\\|float\\|int\\|object\\|string given\\.$#"
134+
message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, float\\|int\\|object\\|string\\|true given\\.$#"
135135
count: 1
136136
path: src/CsvWriter.php
137137

0 commit comments

Comments
 (0)