Nikerabbit has uploaded a new change for review.

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

Change subject: Fix typo in comments
......................................................................

Fix typo in comments

Change-Id: I0c8eec17711cdadf07b90c876f269c9a011fd8fe
---
M includes/Translation.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/10/271210/1

diff --git a/includes/Translation.php b/includes/Translation.php
index a8d8a74..fde3416 100644
--- a/includes/Translation.php
+++ b/includes/Translation.php
@@ -296,6 +296,7 @@
        /**
         * Get time-wise cumulative number of translations for given
         * language pairs, with given interval.
+        *
         * @param string $source Source language code
         * @param string $target Target language code
         * @param string $status Status of translation. Either 'published' or 
'draft'
@@ -399,7 +400,7 @@
         * @param string $from Source language code
         * @param string $to Target language code
         * @param int $limit Number of records to fetch atmost
-        * @param in $offset Offset from which at most $limit records to fetch
+        * @param int $offset Offset from which at most $limit records to fetch
         * @return array
         */
        public static function getAllPublishedTranslations( $from, $to, $limit, 
$offset ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c8eec17711cdadf07b90c876f269c9a011fd8fe
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to