From 0fc76992186a2dfae7cb1763dd527826f493601d Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Sat, 2 Apr 2022 18:10:59 +0200 Subject: [PATCH] Fix --- tests/PHPStan/Levels/data/stringOffsetAccess-7.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/PHPStan/Levels/data/stringOffsetAccess-7.json b/tests/PHPStan/Levels/data/stringOffsetAccess-7.json index 1600d8541c..389aa0b2db 100644 --- a/tests/PHPStan/Levels/data/stringOffsetAccess-7.json +++ b/tests/PHPStan/Levels/data/stringOffsetAccess-7.json @@ -8,5 +8,10 @@ "message": "Offset 12.34 does not exist on array|string.", "line": 31, "ignorable": true + }, + { + "message": "Possibly invalid array key type int|object.", + "line": 35, + "ignorable": true } ] \ No newline at end of file