1
0
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:
Matthew Brown 2017-12-10 18:34:22 -05:00
parent db72ef29d8
commit a2d5bc59ad

View File

@ -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