From 808978d8ea3c646bdf951895817c055cf00a804e Mon Sep 17 00:00:00 2001 From: dingguodong Date: Tue, 25 Jun 2024 16:38:48 +0800 Subject: [PATCH] * [misc] Fix the type hint. --- framework/helper.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/helper.class.php b/framework/helper.class.php index 3e75bb76a1..1eeaf58e80 100644 --- a/framework/helper.class.php +++ b/framework/helper.class.php @@ -239,7 +239,7 @@ class helper extends baseHelper * @param float $traffic * @param int $precision * @access public - * @return float + * @return string */ public static function formatKB($traffic, $precision = 2) {