Skip to content

Commit

Permalink
Use namespaced classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Sep 24, 2024
1 parent 54867fc commit f7c3f2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license-name": "GPL-3.0-or-later",
"type": "specialpage",
"requires": {
"MediaWiki": ">= 1.41.0"
"MediaWiki": ">= 1.42.0"
},
"AvailableRights": [
"generate-dump",
Expand Down
4 changes: 2 additions & 2 deletions includes/DataDumpPager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Miraheze\DataDump;

use HTMLForm;
use IContextSource;
use ManualLogEntry;
use MediaWiki\Config\Config;
use MediaWiki\Context\IContextSource;
use MediaWiki\Html\Html;
use MediaWiki\HTMLForm\HTMLForm;
use MediaWiki\Linker\Linker;
use MediaWiki\MediaWikiServices;
use MediaWiki\Pager\TablePager;
Expand Down
2 changes: 1 addition & 1 deletion includes/Hooks/Handlers/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Miraheze\DataDump\Hooks\Handlers;

use DatabaseUpdater;
use MediaWiki\Installer\DatabaseUpdater;
use MediaWiki\Installer\Hook\LoadExtensionSchemaUpdatesHook;
use Miraheze\DataDump\Maintenance\MigrateCompletedAndFailedToStatusColumn;

Expand Down

0 comments on commit f7c3f2c

Please sign in to comment.