@@ -99,7 +99,7 @@ |
||
99 | 99 | /** |
100 | 100 | * Advances to the next row in this csv reader |
101 | 101 | * |
102 | - * @return mixed |
|
102 | + * @return null|false |
|
103 | 103 | */ |
104 | 104 | public function next() |
105 | 105 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace SubjectivePHPTest\Csv; |
3 | 3 | |
4 | 4 | use SubjectivePHP\Csv\CsvOptions; |
5 | -use SubjectivePHP\Csv\DeriveHeaderStrategy; |
|
6 | 5 | use SubjectivePHP\Csv\NoHeaderStrategy; |
7 | 6 | use SubjectivePHP\Csv\ProvidedHeaderStrategy; |
8 | 7 | use SubjectivePHP\Csv\Reader; |