Skip to content

Commit 5eb1ada

Browse files
committed
Lint
1 parent fa7f8b4 commit 5eb1ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Migration/Sources/CSV.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ private function exportDocuments(int $batchSize): void
179179
$arrayKeys[$key] = true;
180180
}
181181
}
182-
182+
183183
$this->withCSVStream(function ($stream) use ($attributeTypes, $manyToManyKeys, $arrayKeys, $collection, $batchSize) {
184184
$headers = fgetcsv($stream);
185185
if (!is_array($headers) || count($headers) === 0) {

0 commit comments

Comments
 (0)