diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 30a80aaf..24e1cddc 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -800,6 +800,16 @@ parameters: count: 1 path: src/Tools/ContextGenerator.php + - + message: "#^Offset 1 does not exist on array\\{0\\?\\: string, 1\\?\\: non\\-empty\\-string, 2\\?\\: numeric\\-string\\}\\.$#" + count: 1 + path: src/Tools/ContextGenerator.php + + - + message: "#^Offset 2 does not exist on array\\{0\\?\\: string, 1\\?\\: non\\-empty\\-string, 2\\?\\: numeric\\-string\\}\\.$#" + count: 1 + path: src/Tools/ContextGenerator.php + - message: "#^Parameter \\#2 \\.\\.\\.\\$args of function array_merge expects array, array\\\\|false given\\.$#" count: 1