Skip to content

Commit

Permalink
Fix bad cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Dec 9, 2016
1 parent fbe660f commit aa40c9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Psalm/Checker/Statements/Block/TryChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public static function check(
) === false) {
return false;
}

$fq_catch_classes[] = $fq_catch_class;
}

$catch_context->vars_in_scope['$' . $catch->var] = new Type\Union([
Expand Down

0 comments on commit aa40c9f

Please sign in to comment.