diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ReaderTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ReaderTest.php b/test/ReaderTest.php index 1637b2a..27515c5 100644 --- a/test/ReaderTest.php +++ b/test/ReaderTest.php @@ -395,7 +395,6 @@ class ReaderTest extends AbstractTestCase $transform = []; $this->csv->addFilter(function ($row) { return $row != [null]; - }); $res = $this->csv->each(function ($row) use (&$transform) { $transform[] = array_map('strtoupper', $row); |