Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clxmstaab committed Jan 7, 2022
1 parent 682b1d1 commit 7af077b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private function findConnectionVariable(FuncCall $funcCall): ?Expr
});

if (! $connectionAssign instanceof Assign) {
return false;
return null;
}

return $connectionAssign->var;
Expand Down

0 comments on commit 7af077b

Please sign in to comment.