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:
parent
755ada9114
commit
189cd2bdc8
@ -865,7 +865,7 @@ class ForeachAnalyzer
|
||||
$statements_analyzer,
|
||||
$foreach_expr,
|
||||
$context,
|
||||
'current'
|
||||
'key'
|
||||
);
|
||||
|
||||
if ($iterator_value_type && !$iterator_value_type->isMixed()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user