Skip to content

Commit

Permalink
Added missing @since annotation to CFormatter::formatSize()
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Oct 1, 2012
1 parent dbfeea7 commit 4687436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/utils/CFormatter.php
Expand Up @@ -272,6 +272,7 @@ public function getHtmlPurifier()
* @param boolean $verbose if full names should be used (e.g. Bytes, KiloBytes, ...). * @param boolean $verbose if full names should be used (e.g. Bytes, KiloBytes, ...).
* Defaults to false meaning that short names will be used (e.g. B, KB, ...). * Defaults to false meaning that short names will be used (e.g. B, KB, ...).
* @return string the formatted result * @return string the formatted result
* @since 1.1.11
*/ */
public function formatSize($value,$verbose=false) public function formatSize($value,$verbose=false)
{ {
Expand Down

0 comments on commit 4687436

Please sign in to comment.