aboutsummaryrefslogtreecommitdiffstats
path: root/includes/DevelopmentSettings.php
diff options
context:
space:
mode:
authorAmir Sarabadani <ladsgroup@gmail.com>2023-02-23 21:44:38 +0100
committerAmir Sarabadani <ladsgroup@gmail.com>2023-02-27 05:19:46 +0100
commit4bb28865621515cf2d3aa28726c110dd55dd1966 (patch)
tree203d94c085fda7cf80fc23452d9adbef31884c99 /includes/DevelopmentSettings.php
parentb9e8fbc42087f38ede11ac79987a50523c3e8cec (diff)
downloadmediawikicore-4bb28865621515cf2d3aa28726c110dd55dd1966.tar.gz
mediawikicore-4bb28865621515cf2d3aa28726c110dd55dd1966.zip
Reorg: Migrate WikiMap to WikiMap/ out of includes
And WikiReference Bug: T321882 Change-Id: I60cf4b9ef02b9d58118caa39172677ddfe03d787
Diffstat (limited to 'includes/DevelopmentSettings.php')
-rw-r--r--includes/DevelopmentSettings.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/DevelopmentSettings.php b/includes/DevelopmentSettings.php
index d0091fc970e1..4d6be036755a 100644
--- a/includes/DevelopmentSettings.php
+++ b/includes/DevelopmentSettings.php
@@ -30,6 +30,8 @@
*/
// Enable showing of errors
+use MediaWiki\WikiMap\WikiMap;
+
error_reporting( -1 );
// @phan-suppress-next-line PhanTypeMismatchArgumentInternal Scalar okay with php8.1
ini_set( 'display_errors', 1 );