From ea46301b1dcfd8f2f416a21ea64184596b9d287e Mon Sep 17 00:00:00 2001 From: Paolo Cuffiani Date: Mon, 21 Nov 2022 13:29:21 +0100 Subject: [PATCH] test: make PHPSTAN baseline compatible with both PHP7 and PHP8 --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index f876c42..9d0e51f 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -6,7 +6,7 @@ parameters: path: src/Address.php - - message: "#^Parameter \\#1 \\$input of function array_values expects array, array\\|false given\\.$#" + message: "#^Parameter \\#1 \\$(array|input) of function array_values expects array, array\\|false given\\.$#" count: 1 path: src/Address.php