We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3240062 commit 5d7b886Copy full SHA for 5d7b886
1 file changed
system/Helpers/number_helper.php
@@ -15,8 +15,8 @@
15
/**
16
* Formats a numbers as bytes, based on size, and adds the appropriate suffix
17
*
18
- * @param array|int|string $num Will be cast as int
19
- * @param string $locale
+ * @param int|string $num Will be cast as int
+ * @param string $locale
20
21
* @return bool|string
22
*/
0 commit comments