mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Get rid of undefined variable issues
This commit is contained in:
parent
db72ef29d8
commit
a2d5bc59ad
@ -64,6 +64,8 @@ class TryChecker
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
$try_context->vars_possibly_in_scope = $context->vars_possibly_in_scope;
|
||||
}
|
||||
|
||||
// also run the analysis in the main context, optimistically
|
||||
|
Loading…
Reference in New Issue
Block a user