wiki.techinc.nl/includes/MainConfigNames.template
lokal-profil a4520fdc3d Update docstring per introduction of maintenance/generateConfigSchema.php
Bug: T314556
Change-Id: I004d8f693bb2bb10c198feddbbc1d1b50999ac73
2022-08-04 09:42:47 +02:00

27 lines
866 B
Text

<?php
/**
* This file is automatically generated using maintenance/generateConfigSchema.php.
* See maintenance/generateConfigSchema.php for instructions.
* The template for this file itself is MainConfigNames.template
* @file
* @ingroup Config
*/
// phpcs:disable Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase
// phpcs:disable Generic.Files.LineLength.TooLong
namespace MediaWiki;
/**
* A class containing constants representing the names of configuration variables.
* These constants can be used in calls to Config::get() or with ServiceOptions,
* to protect against typos and to make it easier to discover documentation about
* the respective config setting.
*
* @note this class is generated automatically by maintenance/generateConfigSchema.php
* @since 1.38
*/
class MainConfigNames {
{{AUTO-GENERATED-SECTION}}
}