Skip to content

Commit

Permalink
[PhpUnit90] Return null on no change on ExplicitPhpErrorApiRector
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Aug 18, 2023
1 parent cec1a6c commit cee9cd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function refactor(Node $node): ?Node
}
}

return $node;
return null;
}

private function replaceExceptionWith(
Expand Down

0 comments on commit cee9cd3

Please sign in to comment.