@@ -193,7 +193,9 @@ |
||
193 | 193 | $rows = new Collection; |
194 | 194 | |
195 | 195 | foreach ($this->reader->getSheetIterator() as $index => $sheet) { |
196 | - if ($index !== $this->sheet) continue; |
|
196 | + if ($index !== $this->sheet) { |
|
197 | + continue; |
|
198 | + } |
|
197 | 199 | |
198 | 200 | foreach ($sheet->getRowIterator() as $row) { |
199 | 201 | $rows->push($this->parser->transform($row)); |