diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-11 14:42:06 +0100 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-11 14:42:06 +0100 |
commit | 1126726b36c40e5f3576196c00b0b4f6a918ef33 (patch) | |
tree | 1fc24598c0fdbc649ff4d64f23c5fc29f5761d27 /src/Config/Factory.php | |
parent | 450ff0ad3bfd79ff93a235bba990d508b04cd05b (diff) | |
download | csv-1126726b36c40e5f3576196c00b0b4f6a918ef33.zip csv-1126726b36c40e5f3576196c00b0b4f6a918ef33.tar.gz csv-1126726b36c40e5f3576196c00b0b4f6a918ef33.tar.bz2 |
let's be nice with scrutinizr
Diffstat (limited to 'src/Config/Factory.php')
-rw-r--r-- | src/Config/Factory.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Config/Factory.php b/src/Config/Factory.php index ecc39ac..4a10481 100644 --- a/src/Config/Factory.php +++ b/src/Config/Factory.php @@ -109,4 +109,13 @@ trait Factory return $obj; } + + /** + * set the newline sequence characters + * + * @param string $newline + * + * @return static + */ + abstract public function setNewline($newline); } |