Compare commits

..

No commits in common. "master" and "v1.1" have entirely different histories.
master ... v1.1

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->enclosure = $v; $this->enclose = $v;
} }
public function setEscapeChar($v) public function setEscapeChar($v)