Skip to content

Commit ea46301

Browse files
committed
test: make PHPSTAN baseline compatible with both PHP7 and PHP8
1 parent beb5269 commit ea46301

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
@@ -6,7 +6,7 @@ parameters:
66
path: src/Address.php
77

88
-
9-
message: "#^Parameter \\#1 \\$input of function array_values expects array, array\\|false given\\.$#"
9+
message: "#^Parameter \\#1 \\$(array|input) of function array_values expects array, array\\|false given\\.$#"
1010
count: 1
1111
path: src/Address.php
1212

0 commit comments

Comments
 (0)