Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 9, 2022
1 parent 6cd643f commit c2995ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function refactor(Node $node): ?Node
return false;
});

if ($isFoundInClosure) {
if ($isFoundInClosure !== null) {
return null;
}
}
Expand Down

0 comments on commit c2995ff

Please sign in to comment.