Small doc fixes for AbuseFilterTokenizer

Change-Id: Ic85fa1c772ff7023883ff84449471a310109ba07
This commit is contained in:
Aaron Schulz 2015-08-25 14:15:13 -07:00
parent bab9832415
commit 7251c178fb

View file

@ -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
*/