more changes

This commit is contained in:
2025-07-09 23:15:24 +02:00
parent 6a74771d26
commit 1718f9230d
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
namespace LinkTitles; namespace LinkTitles;
use MediaWiki\MediaWikiServices; use MediaWiki\MediaWikiServices;
use \MediaWiki\Title\Title; use MediaWiki\Title\Title;
/** /**
* Represents a page that is a potential link target. * Represents a page that is a potential link target.

View File

@@ -24,7 +24,7 @@
*/ */
namespace LinkTitles; namespace LinkTitles;
use \MediaWiki\Title\Title; use MediaWiki\Title\Title;
/** /**
* Fetches potential target page titles from the database. * Fetches potential target page titles from the database.