summaryrefslogtreecommitdiff
path: root/www/wiki/vendor/param-processor/param-processor/DefaultConfig.php
blob: bae67a7494327801f902cdc75d15adacb2ace9fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * @deprecated
 */
$GLOBALS['egValidatorSettings'] = [
	'errorListMinSeverity' => 'minor',
];

/**
 * @deprecated
 */
$GLOBALS['wgParamDefinitions'] = \ParamProcessor\ParameterTypes::getCoreTypes();