Tweak docblocks in GeoIP class
This commit is contained in:
parent
47489fb800
commit
f45d367d9f
|
@ -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 ) {
|
||||||
|
|
Loading…
Reference in New Issue