nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Make sure FilteredReader has toArray method #110

Closed nozavroni closed 7 years ago

nozavroni commented 7 years ago

Since the docs say that it does, you need to make sure that the FilteredReader class has a toArray() method

nozavroni commented 7 years ago

Fixed and tested