From 622c6223a5144c9e09f710dd146d759491b3bb59 Mon Sep 17 00:00:00 2001 From: Lex Lim Date: Fri, 31 Jan 2025 18:01:28 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/Hooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Hooks.php b/includes/Hooks.php index 7dfa45d..b898065 100644 --- a/includes/Hooks.php +++ b/includes/Hooks.php @@ -10,7 +10,7 @@ class Hooks { /** * Implements LoadExtensionSchemaUpdates hook. * - * @param \DatabaseUpdater $updater + * @param \MediaWiki\Installer\DatabaseUpdater $updater */ public static function onLoadExtensionSchemaUpdates($updater) { $dir = dirname(__DIR__) . '/sql/';