From 63dec64aa23d01bd03e0c883cd18d2393a76e056 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 21 Aug 2024 00:57:39 +0200 Subject: [PATCH] PHPStan: update baseline ... to allow for a passing build after updates to PHPStan. --- phpstan-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 1c5cfb72..1550ef85 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -29,3 +29,8 @@ parameters: message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(ReflectionIntersectionType\\|ReflectionNamedType\\)\\: mixed\\)\\|null, Closure\\(ReflectionNamedType\\)\\: string given\\.$#" count: 1 path: src/Prophecy/Prophecy/MethodProphecy.php + + - + message: "#^Cannot access offset mixed on mixed\\.$#" + count: 1 + path: src/Prophecy/Util/ExportUtil.php