mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-09-03 23:06:57 +02:00
Merge branch 'main' of https://github.com/diocloid/LinkTitles
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user