Skip to content

Commit

Permalink
Update Writer.php
Browse files Browse the repository at this point in the history
update docblock
  • Loading branch information
nyamsprod committed Dec 12, 2014
1 parent 10ea281 commit 57f18f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -126,7 +126,7 @@ public function setNewline($newline)
}

/**
* return the current line ending
* return the current newline sequence characters
*
* @return string
*/
Expand Down

0 comments on commit 57f18f3

Please sign in to comment.