diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2023-09-18 14:56:39 +0100 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2023-09-18 18:24:39 +0100 |
commit | 94ece673b25bb195867656b2dc8301236f38bd2c (patch) | |
tree | 2322fb433ff1ab6cf637ac4d7570eed917a3ec51 /includes/CommentFormatter/RowCommentIterator.php | |
parent | 459cbb0494badd6630b0538d8f429f6728b305ec (diff) | |
download | mediawikicore-94ece673b25bb195867656b2dc8301236f38bd2c.tar.gz mediawikicore-94ece673b25bb195867656b2dc8301236f38bd2c.zip |
Namespace TitleValue under \MediaWiki\Title
One of the big ones, so doing this alone.
Bug: T166010
Change-Id: I4c901d5c32696d8334ec30cede7d9b6f3d8d645e
Diffstat (limited to 'includes/CommentFormatter/RowCommentIterator.php')
-rw-r--r-- | includes/CommentFormatter/RowCommentIterator.php | 2 |
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; /** |