aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CommentFormatter/RowCommentIterator.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/CommentFormatter/RowCommentIterator.php')
-rw-r--r--includes/CommentFormatter/RowCommentIterator.php2
1 files changed, 1 insertions, 1 deletions
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;
/**