docs: fix the type.

This commit is contained in:
ping-yee 2023-06-29 18:30:05 +08:00
parent 753edef10f
commit 87f6906207
No known key found for this signature in database
GPG Key ID: B4B8BE504AD38940

View File

@ -15,8 +15,8 @@ if (! function_exists('number_to_size')) {
/**
* Formats a numbers as bytes, based on size, and adds the appropriate suffix
*
* @param array|int|string $num Will be cast as int
* @param string $locale
* @param int|string $num Will be cast as int
* @param string $locale
*
* @return bool|string
*/