@@ -1178,7 +1178,7 @@ |
||
1178 | 1178 | /** |
1179 | 1179 | * Given the value in bytes formats number part of the human readable form. |
1180 | 1180 | * |
1181 | - * @param string|integer|float $value value in bytes to be formatted. |
|
1181 | + * @param integer $value value in bytes to be formatted. |
|
1182 | 1182 | * @param integer $decimals the number of digits after the decimal point |
1183 | 1183 | * @param array $options optional configuration for the number formatter. This parameter will be merged with [[numberFormatterOptions]]. |
1184 | 1184 | * @param array $textOptions optional configuration for the number formatter. This parameter will be merged with [[numberFormatterTextOptions]]. |