@@ -91,7 +91,7 @@ |
||
| 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'); |