From 468743686ad9af937e5e3bd5702374d287ffe7ae Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Mon, 1 Oct 2012 20:16:26 +0300 Subject: [PATCH] Added missing `@since` annotation to CFormatter::formatSize() --- framework/utils/CFormatter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/utils/CFormatter.php b/framework/utils/CFormatter.php index 1f438b5533..c07791fbbc 100644 --- a/framework/utils/CFormatter.php +++ b/framework/utils/CFormatter.php @@ -272,6 +272,7 @@ public function getHtmlPurifier() * @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, ...). * @return string the formatted result + * @since 1.1.11 */ public function formatSize($value,$verbose=false) {