Completed
Pull Request — master (#31)
by Chad
01:24
created
tests/ReaderTest.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace SubjectivePHPTest\Csv;
3 3
 
4 4
 use SubjectivePHP\Csv\CsvOptions;
5
-use SubjectivePHP\Csv\DeriveHeaderStrategy;
6 5
 use SubjectivePHP\Csv\MappedHeaderStrategy;
7 6
 use SubjectivePHP\Csv\NoHeaderStrategy;
8 7
 use SubjectivePHP\Csv\ProvidedHeaderStrategy;
Please login to merge, or discard this patch.
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,6 @@
 block discarded – undo
189 189
     /**
190 190
      * Verify parameter checks for $file in __construct().
191 191
      *
192
-     * @param mixed $file The file parameter to check.
193 192
      *
194 193
      * @test
195 194
      * @covers ::__construct
Please login to merge, or discard this patch.