Skip to content

Commit

Permalink
Fix dumb change
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Aug 15, 2019
1 parent 57386ab commit 86264a7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -306,7 +306,7 @@ function ($var_id) use ($original_vars_in_scope) {


$context->assigned_var_ids = array_merge( $context->assigned_var_ids = array_merge(
$context->assigned_var_ids, $context->assigned_var_ids,
$pre_op_context->assigned_var_ids $op_context->assigned_var_ids
); );


if ($context->collect_references) { if ($context->collect_references) {
Expand Down

0 comments on commit 86264a7

Please sign in to comment.