From 57f18f32b778bca9d59071774c6325e0c7628905 Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Fri, 12 Dec 2014 12:23:11 +0100 Subject: [PATCH] Update Writer.php update docblock --- src/Writer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */