1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Fix key stringg

This commit is contained in:
Brown 2020-04-27 00:50:07 -04:00
parent 755ada9114
commit 189cd2bdc8

View File

@ -865,7 +865,7 @@ class ForeachAnalyzer
$statements_analyzer,
$foreach_expr,
$context,
'current'
'key'
);
if ($iterator_value_type && !$iterator_value_type->isMixed()) {