Skip to content

Commit 7351a74

Browse files
committed
prepare 9.6.0 release
1 parent 3d1c4f1 commit 7351a74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All Notable changes to `Csv` will be documented in this file
44

5-
## Next - TBD
5+
## 9.6.0 - 2020-03-17
66

77
### Added
88

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function delimiter_detect(Reader $csv, array $delimiters, int $limit = 1): array
6666
};
6767

6868
$record_filter = static function (array $record): bool {
69-
return count($record) > 1;
69+
return 1 < count($record);
7070
};
7171

7272
$stmt = Statement::create(null, 0, $limit);

0 commit comments

Comments
 (0)