Update Csv.php

This commit is contained in:
oleibman 2021-05-16 15:02:11 -07:00 committed by GitHub
parent 294933c9e5
commit b9a9eb2316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class Csv extends BaseReader
private $inputEncoding = 'UTF-8'; private $inputEncoding = 'UTF-8';
/** /**
* Fallback encoding if 'guess' fails to find a match. * Fallback encoding if 'guess' strikes out.
* *
* @var string * @var string
*/ */