Skip to content

Commit 1637e06

Browse files
committed
Fix php7.4 build
1 parent 5cc3c12 commit 1637e06

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
@@ -56,7 +56,7 @@ parameters:
5656
path: tests/PregTests/ReplaceCallbackArrayTest.php
5757

5858
-
59-
message: "#^Parameter \\#1 \\$string of function strtoupper expects string, string\\|null given\\.$#"
59+
message: "#^Parameter \\#1 \\$str(ing)? of function strtoupper expects string, string\\|null given\\.$#"
6060
count: 2
6161
path: tests/PregTests/ReplaceCallbackTest.php
6262

0 commit comments

Comments
 (0)