Skip to content

Commit 0fc7699

Browse files
committed
Fix
1 parent 036056b commit 0fc7699

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/PHPStan/Levels/data/stringOffsetAccess-7.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
"message": "Offset 12.34 does not exist on array|string.",
99
"line": 31,
1010
"ignorable": true
11+
},
12+
{
13+
"message": "Possibly invalid array key type int|object.",
14+
"line": 35,
15+
"ignorable": true
1116
}
1217
]

0 commit comments

Comments
 (0)