From: addshore Date: Fri, 4 Nov 2016 10:09:49 +0000 (+0100) Subject: Fix @since tags of changes that missed the branch X-Git-Tag: 1.31.0-rc.0~4950 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=501327550c437bb726bc340ce6c3f878fa2d43c6;p=lhc%2Fweb%2Fwiklou.git Fix @since tags of changes that missed the branch Follows: FormOptions: I29ae63472536f99f7f9546f30d86e7bd324d3094 MediaWikiServices: Ie5fd2c523ceec8cc2656e749928f38909dc4bdf1 InterwikiLookupAdapter: I387dc2ff3f5564fcedde835dec66781d8e9424fd Change-Id: I8d99d0b559d04083fb83b0fcf45cde95dab32d64 --- diff --git a/includes/FormOptions.php b/includes/FormOptions.php index 826f3bbb54..e5589447ee 100644 --- a/includes/FormOptions.php +++ b/includes/FormOptions.php @@ -53,7 +53,7 @@ class FormOptions implements ArrayAccess { */ const INTNULL = 3; /** Array type, maps guessType() to WebRequest::getArray() - * @since 1.28 */ + * @since 1.29 */ const ARR = 5; /* @} */ diff --git a/includes/MediaWikiServices.php b/includes/MediaWikiServices.php index f882d7484e..bb2ed5bf87 100644 --- a/includes/MediaWikiServices.php +++ b/includes/MediaWikiServices.php @@ -567,7 +567,7 @@ class MediaWikiServices extends ServiceContainer { } /** - * @since 1.28 + * @since 1.29 * @return Parser */ public function getParser() { diff --git a/includes/interwiki/InterwikiLookupAdapter.php b/includes/interwiki/InterwikiLookupAdapter.php index a17bdd9b2e..ba5318844c 100644 --- a/includes/interwiki/InterwikiLookupAdapter.php +++ b/includes/interwiki/InterwikiLookupAdapter.php @@ -21,7 +21,7 @@ namespace MediaWiki\Interwiki; * * @file * - * @since 1.28 + * @since 1.29 * @ingroup InterwikiLookup * * @license GNU GPL v2+