@@ -54,7 +54,7 @@ |
||
| 54 | 54 | */ |
| 55 | 55 | public function getValueByIndex(int $index) |
| 56 | 56 | { |
| 57 | - if(is_callable($this->indexValueGetter)) { |
|
| 57 | + if (is_callable($this->indexValueGetter)) { |
|
| 58 | 58 | return ($this->indexValueGetter)($index, $this->start); |
| 59 | 59 | } |
| 60 | 60 | |