Completed
Push — composite-url-rule ( 310134 )
by Carsten
07:20
created
framework/i18n/Formatter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1178,7 +1178,7 @@
 block discarded – undo
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]].
Please login to merge, or discard this patch.