Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
mdurys committed May 20, 2024
1 parent a31883f commit 149c5e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DataSource/Interpreter/CsvFileInterpreter.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public function previewData(string $path, int $recordNumber = 0, array $mappedCo

return new PreviewData($columns, $previewData, $readRecordNumber, $mappedColumns);
}

private function skipByteOrderMark($handle): void
{
$bom = fread($handle, strlen(self::UTF8_BOM));
Expand Down

0 comments on commit 149c5e5

Please sign in to comment.