nozavroni / csvelte

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

Make sure that ``Stream::streamize(new SplFileObject())`` works #115

Closed nozavroni closed 7 years ago

nozavroni commented 7 years ago

In the documentation for v0.2, it says that you can convert an SplFileObject to a stream by passing it to SplFileObject. Make sure that this is, in fact, something you can do.

nozavroni commented 7 years ago

Implemented, documented, tested, completed.