aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CommentFormatter
diff options
context:
space:
mode:
Diffstat (limited to 'includes/CommentFormatter')
-rw-r--r--includes/CommentFormatter/CommentParser.php2
-rw-r--r--includes/CommentFormatter/RowCommentIterator.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/CommentFormatter/CommentParser.php b/includes/CommentFormatter/CommentParser.php
index 75689145fb7b..fa1a73763bfa 100644
--- a/includes/CommentFormatter/CommentParser.php
+++ b/includes/CommentFormatter/CommentParser.php
@@ -15,13 +15,13 @@ use MediaWiki\Linker\Linker;
use MediaWiki\Linker\LinkRenderer;
use MediaWiki\Linker\LinkTarget;
use MediaWiki\Title\Title;
+use MediaWiki\Title\TitleValue;
use MediaWiki\WikiMap\WikiMap;
use NamespaceInfo;
use Parser;
use RepoGroup;
use StringUtils;
use TitleParser;
-use TitleValue;
/**
* The text processing backend for CommentFormatter.
diff --git a/includes/CommentFormatter/RowCommentIterator.php b/includes/CommentFormatter/RowCommentIterator.php
index 620a2e7ee765..3a0247889c40 100644
--- a/includes/CommentFormatter/RowCommentIterator.php
+++ b/includes/CommentFormatter/RowCommentIterator.php
@@ -5,7 +5,7 @@ namespace MediaWiki\CommentFormatter;
use ArrayIterator;
use IteratorIterator;
use MediaWiki\CommentStore\CommentStore;
-use TitleValue;
+use MediaWiki\Title\TitleValue;
use Traversable;
/**