* [misc] Fix the type hint.

This commit is contained in:
dingguodong
2024-06-26 09:24:39 +08:00
committed by 曹延义
parent fb92956af1
commit 808978d8ea
+1 -1
View File
@@ -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)
{