Skip to content

Commit

Permalink
Revert "consistency fix-up"
Browse files Browse the repository at this point in the history
This reverts commit 91b5c28.
  • Loading branch information
kkmuffme committed Sep 9, 2022
1 parent 0dd7ac0 commit 683f8d2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -256,7 +256,7 @@ public static function analyze(
$type = Type::getArray();
}

if ($statements_analyzer->data_flow_graph instanceof VariableUseGraph) {
if ($statements_analyzer->data_flow_graph) {
$type->parent_nodes = $stmt_expr_type->parent_nodes ?? [];
}

Expand Down

0 comments on commit 683f8d2

Please sign in to comment.