Skip to content

Commit

Permalink
Fix too-long line
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Dec 7, 2019
1 parent df39594 commit 2b6831b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Psalm/Internal/Analyzer/Statements/Block/IfAnalyzer.php
Expand Up @@ -564,7 +564,8 @@ function (Clause $c) use ($changed_var_ids) {
$if_context->branch_point = $branch_point; $if_context->branch_point = $branch_point;
} }


// we need to clone the current context so our ongoing updates to $outer_context don't mess with elseif/else blocks // we need to clone the current context so our ongoing updates
// to $outer_context don't mess with elseif/else blocks
$original_context = clone $outer_context; $original_context = clone $outer_context;


$if_context->inside_conditional = true; $if_context->inside_conditional = true;
Expand Down

0 comments on commit 2b6831b

Please sign in to comment.