Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wisp-x committed Mar 12, 2022
1 parent 87f7c50 commit 503b7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static function formatSize(int|float $size): string
*
* @param int|string $n 数字
* @param int $precision 精度
* @return int
* @return int|string
*/
public static function shortenNumber(int|string $n, int $precision = 1): int|string
{
Expand Down

0 comments on commit 503b7d8

Please sign in to comment.