@@ -40,9 +40,9 @@ |
||
| 40 | 40 | return $this->structMapper->map($rows); |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | - /** |
|
| 44 | - * @throws FileFormatException |
|
| 45 | - */ |
|
| 43 | + /** |
|
| 44 | + * @throws FileFormatException |
|
| 45 | + */ |
|
| 46 | 46 | private function getRowsFromCsv(Reader $csv): array |
| 47 | 47 | { |
| 48 | 48 | $content = $csv->getContent(); |