From 1fa8da9b963e99e08c829fe6491e8ccf2d1054e2 Mon Sep 17 00:00:00 2001 From: mattab Date: Tue, 8 Oct 2013 18:24:28 +1300 Subject: Applying phpstorm code style PSR refs #3771 --- core/MetricsFormatter.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/MetricsFormatter.php') diff --git a/core/MetricsFormatter.php b/core/MetricsFormatter.php index 4760c03f6f..b86453d682 100644 --- a/core/MetricsFormatter.php +++ b/core/MetricsFormatter.php @@ -41,7 +41,7 @@ class MetricsFormatter * Pretty format a time * * @param int $numberOfSeconds - * @param bool $displayTimeAsSentence If set to true, will output "5min 17s", if false "00:05:17" + * @param bool $displayTimeAsSentence If set to true, will output "5min 17s", if false "00:05:17" * @param bool $isHtml * @param bool $round to the full seconds * @return string @@ -97,9 +97,9 @@ class MetricsFormatter /** * Pretty format a memory size value * - * @param number $size size in bytes - * @param string $unit The specific unit to use, if any. If null, the unit is determined by $size. - * @param int $precision The precision to use when rounding. + * @param number $size size in bytes + * @param string $unit The specific unit to use, if any. If null, the unit is determined by $size. + * @param int $precision The precision to use when rounding. * @return string */ public static function getPrettySizeFromBytes($size, $unit = null, $precision = 1) -- cgit v1.2.3