Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/276015

Change subject: Update and correct documentation in Language class
......................................................................

Update and correct documentation in Language class

Change-Id: I1d530bded0da7133f9b5120b515f32fc87507c84
---
M languages/Language.php
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/15/276015/1

diff --git a/languages/Language.php b/languages/Language.php
index 5855ddf..6f404dd 100644
--- a/languages/Language.php
+++ b/languages/Language.php
@@ -2844,6 +2844,7 @@
        /**
         * @param string $s
         * @return string
+        * @throws MWException
         */
        function checkTitleEncoding( $s ) {
                if ( is_array( $s ) ) {
@@ -4183,7 +4184,7 @@
         * Refresh the cache of conversion tables when
         * MediaWiki:Conversiontable* is updated.
         *
-        * @param Title $titleobj The Title of the page being updated
+        * @param Title $title The Title of the page being updated
         */
        public function updateConversionTable( Title $title ) {
                $this->mConverter->updateConversionTable( $title );
@@ -4355,6 +4356,7 @@
        /**
         * @param string $code
         * @return string
+        * @throws MWException
         * @since 1.23
         */
        public static function getJsonMessagesFileName( $code ) {
@@ -4520,7 +4522,7 @@
         * @param string $expiry Database expiry String
         * @param bool|int $format True to process using language functions, or 
TS_ constant
         *     to return the expiry in a given timestamp
-        * @param string $inifinity If $format is not true, use this string for 
infinite expiry
+        * @param string $infinity If $format is not true, use this string for 
infinite expiry
         * @return string
         * @since 1.18
         */

-- 
To view, visit https://gerrit.wikimedia.org/r/276015
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1d530bded0da7133f9b5120b515f32fc87507c84
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to