Merge branch 'master' of gautier.deruette/csv into master

This commit is contained in:
Simon Vieille 2017-01-11 15:31:38 +01:00 committed by GitLab
commit d6f67ac4cb

View file

@ -65,7 +65,7 @@ class CsvParser
throw new CsvParserInvalidParameterException(sprintf('"%s" is not a valid string.', $v));
}
$this->enclose = $v;
$this->enclosure = $v;
}
public function setEscapeChar($v)