1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Fix too-long line

This commit is contained in:
Matthew Brown 2019-12-07 01:38:24 -05:00
parent df395944f8
commit 2b6831ba10

View File

@ -564,7 +564,8 @@ class IfAnalyzer
$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;