mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
Small doc fixes for AbuseFilterTokenizer
Change-Id: Ic85fa1c772ff7023883ff84449471a310109ba07
This commit is contained in:
parent
bab9832415
commit
7251c178fb
|
@ -55,7 +55,7 @@ class AbuseFilterTokenizer {
|
|||
);
|
||||
|
||||
/**
|
||||
* @param $code
|
||||
* @param string $code
|
||||
* @return array
|
||||
* @throws AFPException
|
||||
* @throws AFPUserVisibleException
|
||||
|
@ -87,8 +87,8 @@ class AbuseFilterTokenizer {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param $code
|
||||
* @param $offset
|
||||
* @param string $code
|
||||
* @param integer &$offset
|
||||
* @return AFPToken
|
||||
* @throws AFPException
|
||||
* @throws AFPUserVisibleException
|
||||
|
@ -172,9 +172,10 @@ class AbuseFilterTokenizer {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param $code
|
||||
* @param $offset
|
||||
* @return array
|
||||
* @param string $code
|
||||
* @param int &$offset
|
||||
* @param int $start
|
||||
* @return AFPToken
|
||||
* @throws AFPException
|
||||
* @throws AFPUserVisibleException
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue