1
0
Fork 0

Coquille sur le setter setEnclosure

This commit is contained in:
gautier.deruette 2017-01-11 11:50:08 +01:00
parent d45f1ca641
commit e300b9b1d8
1 changed files with 1 additions and 1 deletions

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)