From b9721a9aff5a8a38fca311158497ac0f5c2c66e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Sun, 21 Jan 2018 21:31:17 +0100 Subject: [PATCH] Slightly improved PHPDoc comments --- parsecsv.lib.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/parsecsv.lib.php b/parsecsv.lib.php index e8d59b2..beffd1e 100644 --- a/parsecsv.lib.php +++ b/parsecsv.lib.php @@ -566,9 +566,6 @@ class parseCSV { * * To detect field separators, please use auto() instead. * - * Also, while load_data() can handle a lacking new-line char at the end of - * the string, this function cannot. - * * @param string $data CSV data * * @return array|false - 2D array with CSV data, or false on failure @@ -993,7 +990,7 @@ class parseCSV { * - only used by unparse() * * @param string $value Cell value to process - * @param string $delimiter Character to put between fields + * @param string $delimiter Character to put between cells on the same row * * @return string Processed value */