diff --git a/library/X509/Common/JobUtils.php b/library/X509/Common/JobUtils.php index 7a89def1..d868a4ee 100644 --- a/library/X509/Common/JobUtils.php +++ b/library/X509/Common/JobUtils.php @@ -123,9 +123,9 @@ public static function addrToNumber(string $addr): ?GMP * @param $num * @param bool $ipv6 * - * @return ?string + * @return false|string */ - public static function numberToAddr($num, bool $ipv6 = true): ?string + public static function numberToAddr($num, bool $ipv6 = true) { if ($ipv6) { return inet_ntop(str_pad(gmp_export($num), 16, "\0", STR_PAD_LEFT));