Skip to content

Commit 5d7b886

Browse files
committed
fix: fix the conflict
1 parent 3240062 commit 5d7b886

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/Helpers/number_helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
/**
1616
* Formats a numbers as bytes, based on size, and adds the appropriate suffix
1717
*
18-
* @param array|int|string $num Will be cast as int
19-
* @param string $locale
18+
* @param int|string $num Will be cast as int
19+
* @param string $locale
2020
*
2121
* @return bool|string
2222
*/

0 commit comments

Comments
 (0)