diff --git a/src/Deblan/Csv/CsvParser.php b/src/Deblan/Csv/CsvParser.php index 627f4ab..99abe49 100644 --- a/src/Deblan/Csv/CsvParser.php +++ b/src/Deblan/Csv/CsvParser.php @@ -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)