diff options
Diffstat (limited to 'includes/CommentFormatter/CommentParser.php')
-rw-r--r-- | includes/CommentFormatter/CommentParser.php | 2 |
1 files changed, 1 insertions, 1 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. |