@@ -328,7 +328,7 @@ |
||
328 | 328 | } |
329 | 329 | |
330 | 330 | /** |
331 | - * @return string[] |
|
331 | + * @return string |
|
332 | 332 | */ |
333 | 333 | public function getNewLines() |
334 | 334 | { |
@@ -92,7 +92,7 @@ |
||
92 | 92 | /** |
93 | 93 | * Adds a single item |
94 | 94 | * |
95 | - * @param mixed $row an item to insert |
|
95 | + * @param string[] $row an item to insert |
|
96 | 96 | * |
97 | 97 | * @return static |
98 | 98 | */ |
@@ -15,8 +15,6 @@ |
||
15 | 15 | |
16 | 16 | use Graze\DataFile\Format\CsvFormat; |
17 | 17 | use Graze\DataFile\Format\FormatInterface; |
18 | -use Graze\DataFile\Format\Formatter\CsvFormatter; |
|
19 | -use Graze\DataFile\Format\Formatter\JsonFormatter; |
|
20 | 18 | use Graze\DataFile\Format\JsonFormat; |
21 | 19 | use Graze\DataFile\Format\Parser\CsvParser; |
22 | 20 | use Graze\DataFile\Format\Parser\JsonParser; |
@@ -111,7 +111,7 @@ |
||
111 | 111 | } |
112 | 112 | |
113 | 113 | /** |
114 | - * @return Stream |
|
114 | + * @return m\Mock |
|
115 | 115 | */ |
116 | 116 | private function getStream() |
117 | 117 | { |