Completed
Push — master ( b409ca...23d6c4 )
by Alec
04:24 queued 01:22
created
src/Profiler/Timer.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -226,8 +226,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.