Skip to content

Commit

Permalink
Use the new namespace for WordLevelDiff
Browse files Browse the repository at this point in the history
Bug: T339184
Change-Id: I048ba0f4180287ac4a6ee7c34c5fffd0003a891f
  • Loading branch information
tstarling committed Jun 29, 2023
1 parent 19766f7 commit 531b8a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo/includes/Diff/BasicDiffView.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Diff\DiffOp\DiffOpRemove;
use Html;
use UnexpectedValueException;
use WordLevelDiff;
use Wikimedia\Diff\WordLevelDiff;

/**
* Class for generating views of DiffOp objects.
Expand Down
2 changes: 1 addition & 1 deletion repo/includes/Diff/SiteLinkDiffView.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use UnexpectedValueException;
use Wikibase\DataModel\Entity\ItemId;
use Wikibase\DataModel\Services\EntityId\EntityIdFormatter;
use WordLevelDiff;
use Wikimedia\Diff\WordLevelDiff;

/**
* Class for generating views of DiffOp objects
Expand Down

0 comments on commit 531b8a4

Please sign in to comment.