@@ -69,7 +69,7 @@ |
||
| 69 | 69 | |
| 70 | 70 | public function run(): BenchmarkInterface |
| 71 | 71 | { |
| 72 | - [,$return,] = iterator_to_array($this->benchRunner()); |
|
| 72 | + [,$return, ] = iterator_to_array($this->benchRunner()); |
|
| 73 | 73 | |
| 74 | 74 | $this->return = $return; |
| 75 | 75 | |