@@ -226,8 +226,7 @@ |
||
| 226 | 226 | static::_MIN => $this->format($minValue, $units, $precision), |
| 227 | 227 | static::_MAX => $this->format($this->getMaxValue(), $units, $precision), |
| 228 | 228 | static::_COUNT => $count, |
| 229 | - ] : |
|
| 230 | - [ |
|
| 229 | + ] : [ |
|
| 231 | 230 | static::_LAST => $this->getCurrentValue(), |
| 232 | 231 | static::_AVG => $this->getAvgValue(), |
| 233 | 232 | static::_MIN => $minValue, |