Aaron Schulz has uploaded a new change for review.

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

Change subject: Small doc fixes for AbuseFilterTokenizer
......................................................................

Small doc fixes for AbuseFilterTokenizer

Change-Id: Ic85fa1c772ff7023883ff84449471a310109ba07
---
M AbuseFilterTokenizer.php
1 file changed, 7 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AbuseFilter 
refs/changes/48/233848/1

diff --git a/AbuseFilterTokenizer.php b/AbuseFilterTokenizer.php
index aff8509..40ddd4c 100644
--- a/AbuseFilterTokenizer.php
+++ b/AbuseFilterTokenizer.php
@@ -55,7 +55,7 @@
        );
 
        /**
-        * @param $code
+        * @param string $code
         * @return array
         * @throws AFPException
         * @throws AFPUserVisibleException
@@ -87,8 +87,8 @@
        }
 
        /**
-        * @param $code
-        * @param $offset
+        * @param string $code
+        * @param integer $offset
         * @return AFPToken
         * @throws AFPException
         * @throws AFPUserVisibleException
@@ -172,9 +172,10 @@
        }
 
        /**
-        * @param $code
-        * @param $offset
-        * @return array
+        * @param string $code
+        * @param int $offset
+        * @param int $start
+        * @return AFPToken
         * @throws AFPException
         * @throws AFPUserVisibleException
         */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic85fa1c772ff7023883ff84449471a310109ba07
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AbuseFilter
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

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

Reply via email to