Skip to content

Commit

Permalink
Fix real projects bug
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Sep 7, 2020
1 parent 88e0811 commit 8737abf
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,9 @@ private static function handleClosureArg(
);

if (!$type_match_found) {
$newly_inferred_type = clone $param_storage->type;
continue;
$newly_inferred_type = null;

break;
}
}

Expand Down

0 comments on commit 8737abf

Please sign in to comment.