Completed
Push — develop ( d46380...4bf157 )
by Stan
03:03
created
src/Storage/Builders/SummarySamplesBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
             $index = (int) $position;
92 92
 
93 93
             $value = floor($position) === $position
94
-                ? ($values->get($index -1) + $values->get($index))/2
94
+                ? ($values->get($index - 1) + $values->get($index)) / 2
95 95
                 : $values->get($index);
96 96
 
97 97
             return compact('quantile', 'value');
Please login to merge, or discard this patch.