Completed
Pull Request — master (#355)
by Patrick
02:10
created
src/Reader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
     /**
155 155
      * Returns the row at a given offset.
156 156
      *
157
-     * @return array|false
157
+     * @return string[]
158 158
      */
159 159
     protected function seekRow(int $offset)
160 160
     {
Please login to merge, or discard this patch.
src/Polyfill/EmptyEscapeParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
      *
98 98
      * @param SplFileObject|Stream $document
99 99
      *
100
-     * @return Generator|array[]
100
+     * @return Generator
101 101
      */
102 102
     public static function parse($document): Generator
103 103
     {
Please login to merge, or discard this patch.