Coquille sur le setter setEnclosure

This commit is contained in:
gautier.deruette 2017-01-11 11:50:08 +01:00
parent d45f1ca641
commit e300b9b1d8

View file

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