Skip to content

Commit

Permalink
Merge branch '1.13' into 1
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jun 14, 2023
2 parents 14b1fd3 + f98b817 commit ba850cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataDifferencer.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public function ChangedFields()
$toField = $this->toRecord->$field;
$escapeHtml = (!$fieldObj || $fieldObj->config()->get('escape_type') != 'xml');
$fieldDiff = Deprecation::withNoReplacement(function () use ($fromField, $toField, $escapeHtml) {
Diff::compareHTML(
return Diff::compareHTML(
$fromField,
$toField,
$escapeHtml
Expand Down

0 comments on commit ba850cf

Please sign in to comment.