aboutsummaryrefslogtreecommitdiffstats
path: root/includes/utils/UrlUtils.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/utils/UrlUtils.php')
-rw-r--r--includes/utils/UrlUtils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/utils/UrlUtils.php b/includes/utils/UrlUtils.php
index 22c4c555b06b..2ba3057419ce 100644
--- a/includes/utils/UrlUtils.php
+++ b/includes/utils/UrlUtils.php
@@ -4,8 +4,8 @@ namespace MediaWiki\Utils;
use BadMethodCallException;
use InvalidArgumentException;
+use MediaWiki\Debug\MWDebug;
use MediaWiki\MainConfigSchema;
-use MWDebug;
/**
* A service to expand, parse, and otherwise manipulate URLs.