Breaking changes: none
New features: none
Bugfix
Allow _guess_delimiter()
to work with a single row of data.
As a consequence,
$csv->auto()
now works for files with just one row of data.$csv->autoDetectionForDataString()
now works for data strings with just one row of data.
See issue #206.