@@ -93,7 +93,7 @@ discard block |
||
| 93 | 93 | foreach ($this->rows[0]->toArray() as $key => $value) { |
| 94 | 94 | $childMatrixData = []; |
| 95 | 95 | |
| 96 | - for ($i = 1;$i < $this->numRows;$i++) { |
|
| 96 | + for ($i = 1; $i < $this->numRows; $i++) { |
|
| 97 | 97 | $childMatrixData[$i-1] = $this->rows[$i]->filterByKeys([$key]); |
| 98 | 98 | } |
| 99 | 99 | |
@@ -343,7 +343,7 @@ discard block |
||
| 343 | 343 | |
| 344 | 344 | foreach ($this->rows as $rowKey => $row) { |
| 345 | 345 | $resultArray[$rowKey] = new NumberCollection(); |
| 346 | - for ($i = 0;$i < $value->getColumnCount();$i++) { |
|
| 346 | + for ($i = 0; $i < $value->getColumnCount(); $i++) { |
|
| 347 | 347 | $cellVal = Numbers::makeZero(); |
| 348 | 348 | /** @var NumberInterface $num */ |
| 349 | 349 | foreach ($row->toArray() as $index => $num) { |