Tweak docblocks in GeoIP class

This commit is contained in:
Shiva Poudel 2015-11-10 16:30:36 +05:45
parent 47489fb800
commit f45d367d9f
1 changed files with 6 additions and 7 deletions

View File

@ -1448,8 +1448,8 @@ class WC_Geo_IP {
/** /**
* Seek country IPv6. * Seek country IPv6.
* *
* @param int $ipnum [description] * @param int $ipnum
* @return bool|int * @return string
*/ */
function _geoip_seek_country_v6( $ipnum ) { function _geoip_seek_country_v6( $ipnum ) {
// arrays from unpack start with offset 1 // arrays from unpack start with offset 1
@ -1641,7 +1641,6 @@ class WC_Geo_IP {
* @param string $string * @param string $string
* @param int $start * @param int $start
* @param int $length * @param int $length
*
* @return string * @return string
*/ */
private function _safe_substr( $string, $start, $length ) { private function _safe_substr( $string, $start, $length ) {