mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
Fix too-long line
This commit is contained in:
parent
cb94764d22
commit
1745f5cafa
@ -582,7 +582,8 @@ class LoopAnalyzer
|
||||
&& !isset($loop_scope->loop_parent_context->vars_in_scope[$var_id])
|
||||
&& isset($inner_context->unreferenced_vars[$var_id])
|
||||
) {
|
||||
$loop_scope->loop_parent_context->unreferenced_vars[$var_id] = $inner_context->unreferenced_vars[$var_id];
|
||||
$loop_scope->loop_parent_context->unreferenced_vars[$var_id]
|
||||
= $inner_context->unreferenced_vars[$var_id];
|
||||
}
|
||||
|
||||
$loop_scope->loop_parent_context->vars_in_scope[$var_id] = $type;
|
||||
|
Loading…
Reference in New Issue
Block a user