diff --git a/src/Writer.php b/src/Writer.php index 420ff6f9..f022b855 100644 --- a/src/Writer.php +++ b/src/Writer.php @@ -112,11 +112,11 @@ public function getNullHandlingMode() } /** - * set the line ending + * set the newline sequence characters * * @param string $newline * - * @return $this + * @return static */ public function setNewline($newline) { @@ -126,7 +126,7 @@ public function setNewline($newline) } /** - * return the current line ending + * return the current newline sequence characters * * @return string */