Update docstring per introduction of maintenance/generateConfigSchema.php
Bug: T314556 Change-Id: I004d8f693bb2bb10c198feddbbc1d1b50999ac73
This commit is contained in:
parent
f7c35df36d
commit
a4520fdc3d
2 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* This file is automatically generated using maintenance/generateConfigNames.php.
|
||||
* See maintenance/generateConfigNames.php for instructions.
|
||||
* 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
|
||||
|
|
@ -17,7 +17,7 @@ namespace MediaWiki;
|
|||
* 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/generateConfigNames.php
|
||||
* @note this class is generated automatically by maintenance/generateConfigSchema.php
|
||||
* @since 1.38
|
||||
*/
|
||||
class MainConfigNames {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* This file is automatically generated using maintenance/generateConfigNames.php.
|
||||
* See maintenance/generateConfigNames.php for instructions.
|
||||
* 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
|
||||
|
|
@ -17,7 +17,7 @@ namespace MediaWiki;
|
|||
* 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/generateConfigNames.php
|
||||
* @note this class is generated automatically by maintenance/generateConfigSchema.php
|
||||
* @since 1.38
|
||||
*/
|
||||
class MainConfigNames {
|
||||
|
|
|
|||
Loading…
Reference in a new issue