@@ -154,7 +154,7 @@ |
||
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 | { |
@@ -97,7 +97,7 @@ |
||
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 | { |