Completed
Pull Request — master (#8)
by Harry
03:33
created
src/Format/CsvFormat.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -328,7 +328,7 @@
 block discarded – undo
328 328
     }
329 329
 
330 330
     /**
331
-     * @return string[]
331
+     * @return string
332 332
      */
333 333
     public function getNewLines()
334 334
     {
Please login to merge, or discard this patch.
src/IO/FileWriter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
tests/unit/Format/Parser/ParserFactoryTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
tests/unit/IO/FileWriterTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
     }
112 112
 
113 113
     /**
114
-     * @return Stream
114
+     * @return m\Mock
115 115
      */
116 116
     private function getStream()
117 117
     {
Please login to merge, or discard this patch.