Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit a2654fb

Browse files
author
mgrauer
committed
Style compliance
1 parent 374637a commit a2654fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tracker/models/pdo/ScalarModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function getOtherValuesFromSubmission($scalarDao)
116116

117117
/** @var Zend_Db_Table_Row_Abstract $row */
118118
foreach ($rows as $row) {
119-
$scalarDaos[$row['metric_name']] = array('value' => number_format((float)$row['value'], 4, '.', ''), 'unit' => $row['unit']);
119+
$scalarDaos[$row['metric_name']] = array('value' => number_format((float) $row['value'], 4, '.', ''), 'unit' => $row['unit']);
120120
}
121121

122122
return $scalarDaos;

0 commit comments

Comments
 (0)