From 19bc9ec86f44e65cd83c1468a86f320f7478d390 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 29 Sep 2025 15:18:26 +0200 Subject: [PATCH] Update the phpstan baseline --- phpstan-baseline.neon | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 7bf59202..502cc604 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -59,3 +59,9 @@ parameters: identifier: argument.type count: 1 path: src/Prophecy/Prophecy/MethodProphecy.php + + - + message: '#^Possibly invalid array key type mixed\.$#' + identifier: offsetAccess.invalidOffset + count: 1 + path: src/Prophecy/Util/ExportUtil.php