mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix too-long line
This commit is contained in:
parent
df395944f8
commit
2b6831ba10
@ -564,7 +564,8 @@ class IfAnalyzer
|
||||
$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;
|
||||
|
||||
$if_context->inside_conditional = true;
|
||||
|
Loading…
Reference in New Issue
Block a user