@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | * Needs to be called before opening the reader. |
| 39 | 39 | * |
| 40 | 40 | * @param string $fieldDelimiter Character that delimits fields |
| 41 | - * @return Reader |
|
| 41 | + * @return ReaderOptions |
|
| 42 | 42 | */ |
| 43 | 43 | public function setFieldDelimiter($fieldDelimiter) |
| 44 | 44 | { |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | * Needs to be called before opening the reader. |
| 60 | 60 | * |
| 61 | 61 | * @param string $fieldEnclosure Character that enclose fields |
| 62 | - * @return Reader |
|
| 62 | + * @return ReaderOptions |
|
| 63 | 63 | */ |
| 64 | 64 | public function setFieldEnclosure($fieldEnclosure) |
| 65 | 65 | { |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | * Needs to be called before opening the reader. |
| 81 | 81 | * |
| 82 | 82 | * @param string $encoding Encoding of the CSV file to be read |
| 83 | - * @return Reader |
|
| 83 | + * @return ReaderOptions |
|
| 84 | 84 | */ |
| 85 | 85 | public function setEncoding($encoding) |
| 86 | 86 | { |
@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | * Needs to be called before opening the reader. |
| 102 | 102 | * |
| 103 | 103 | * @param string $endOfLineCharacter used to properly get lines from the CSV file. |
| 104 | - * @return Reader |
|
| 104 | + * @return ReaderOptions |
|
| 105 | 105 | */ |
| 106 | 106 | public function setEndOfLineCharacter($endOfLineCharacter) |
| 107 | 107 | { |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | 27 | * @param string|null $tempFolder Temporary folder where the temporary files will be created |
| 28 | - * @return Reader |
|
| 28 | + * @return ReaderOptions |
|
| 29 | 29 | */ |
| 30 | 30 | public function setTempFolder($tempFolder) |
| 31 | 31 | { |