more changes

This commit is contained in:
2025-07-09 23:12:28 +02:00
parent a615e45c69
commit 6a74771d26
2 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ class Targets {
* The constructor is private to enforce using the singleton pattern.
* @param \MediaWiki\Title\Title $title
*/
private function __construct( MediaWiki\Title\Title $title, Config $config) {
private function __construct( \MediaWiki\Title\Title $title, Config $config) {
$this->config = $config;
$this->sourceNamespace = $title->getNamespace();
$this->fetch();