diff --git a/framework/i18n/Formatter.php b/framework/i18n/Formatter.php index fb0da65..8a2f97d 100644 --- a/framework/i18n/Formatter.php +++ b/framework/i18n/Formatter.php @@ -215,7 +215,7 @@ class Formatter extends Component */ public $currencyCode; /** - * @var array the base at which a kilobyte is calculated (1000 or 1024 bytes per kilobyte), used by [[asSize]] and [[asShortSize]]. + * @var integer the base at which a kilobyte is calculated (1000 or 1024 bytes per kilobyte), used by [[asSize]] and [[asShortSize]]. * Defaults to 1024. */ public $sizeFormatBase = 1024;