Completed
Pull Request — master (#6)
by Chad
01:26
created
src/Reader.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -41,9 +41,6 @@  discard block
 block discarded – undo
41 41
      * @param string $file       The full path to the csv file.
42 42
      * @param array  $headers    The column headers. If null, the headers will be derived from the first line in the
43 43
      *                           file.
44
-     * @param string $delimiter  The field delimiter (one character only).
45
-     * @param string $enclosure  The field enclosure character (one character only).
46
-     * @param string $escapeChar The escape character (one character only).
47 44
      *
48 45
      * @throws \InvalidArgumentException Thrown if $file is not readable.
49 46
      * @throws \InvalidArgumentException Thrown if $delimiter is a single character string.
@@ -73,7 +70,7 @@  discard block
 block discarded – undo
73 70
     /**
74 71
      * Advances to the next row in this csv reader
75 72
      *
76
-     * @return mixed
73
+     * @return null|false
77 74
      */
78 75
     public function next()
79 76
     {
Please login to merge, or discard this patch.