This commit is contained in:
2025-07-09 23:03:00 +02:00
7 changed files with 16 additions and 16 deletions

View File

@@ -24,7 +24,7 @@
*/
namespace LinkTitles;
use MediaWiki\Title\Title;
use \MediaWiki\Title\Title;
/**
* Fetches potential target page titles from the database.
@@ -85,7 +85,7 @@ class Targets {
/**
* The constructor is private to enforce using the singleton pattern.
* @param MediaWiki\Title\Title $title
* @param \MediaWiki\Title\Title $title
*/
private function __construct( MediaWiki\Title\Title $title, Config $config) {
$this->config = $config;