Skip to content

Commit

Permalink
Update IfElseAnalyzer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 26, 2021
1 parent ee8c5c9 commit 00ab986
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -130,10 +130,10 @@ public static function analyze(
$if_clauses = [];
}

$if_clauses = array_map(
/**
* @return Clause
*/
$if_clauses = array_map(
/**
* @return Clause
*/
function (Clause $c) use ($mixed_var_ids, $cond_object_id): Clause {
$keys = array_keys($c->possibilities);

Expand Down

0 comments on commit 00ab986

Please sign in to comment.