diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 3048825064..41dad77141 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3393,7 +3393,8 @@ function phpbb_inet_ntop($in_addr) * * @param string $address A human readable IPv4 or IPv6 address. * -* @return string in_addr representation of the given address +* @return mixed false if address is invalid, +* in_addr representation of the given address otherwise (string) * * @author APTX */