Merge "ParserTestTablesHook: do not document as both stable and deprecated"

This commit is contained in:
jenkins-bot 2021-06-02 19:28:44 +00:00 committed by Gerrit Code Review
commit db7585635e
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,6 @@ namespace MediaWiki\Hook;
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "ParserTestTables" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
* @deprecated No longer invoked by MW 1.36+
*/

View file

@ -46,6 +46,7 @@ class DeprecatedHooks {
'PageContentSave' => [ 'deprecatedVersion' => '1.35', 'silent' => true ],
'ParserGetVariableValueVarCache' => [ 'deprecatedVersion' => '1.35' ],
'ParserSectionCreate' => [ 'deprecatedVersion' => '1.35' ],
'ParserTestTables' => [ 'deprecatedVersion' => '1.36', 'silent' => true ],
'PrefixSearchBackend' => [ 'deprecatedVersion' => '1.27', 'silent' => true ],
'ProtectionForm::buildForm' => [ 'deprecatedVersion' => '1.36', 'silent' => true ],
'ResourceLoaderTestModules' => [ 'deprecatedVersion' => '1.33' ],