We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a56e92 + 572b11e commit e518d39Copy full SHA for e518d39
1 file changed
src/Migration/Sources/CSV.php
@@ -67,7 +67,6 @@ public function report(array $resources = []): array
67
68
$file->seek(PHP_INT_MAX);
69
$rowCount = max(0, $file->key());
70
- $rowCount = $rowCount > 0 ? $rowCount - 1 : 0;
71
72
$report[Resource::TYPE_DOCUMENT] = $rowCount;
73
0 commit comments