diff options
-rw-r--r-- | src/Writer.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Writer.php b/src/Writer.php index 420ff6f..f022b85 100644 --- a/src/Writer.php +++ b/src/Writer.php @@ -112,11 +112,11 @@ class Writer extends AbstractCsv } /** - * set the line ending + * set the newline sequence characters * * @param string $newline * - * @return $this + * @return static */ public function setNewline($newline) { @@ -126,7 +126,7 @@ class Writer extends AbstractCsv } /** - * return the current line ending + * return the current newline sequence characters * * @return string */ |