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 8d24007 commit c2e1bea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -255,7 +255,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 c2e1bea

Please sign in to comment.