Browse Source

Merge pull request #9176 from MaXL-ru/patch-2

Fix phpdoc typo [skip ci]
tags/2.0.6
Alexander Makarov 9 years ago
parent
commit
b9fc0215da
  1. 2
      framework/i18n/Formatter.php

2
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;

Loading…
Cancel
Save