thephpleague / csv

CSV data manipulation made easy in PHP
https://csv.thephpleague.com
MIT License
3.34k stars 336 forks source link

Adding AbstractCsv::toString method to prepare 10.0 release #408

Closed nyamsprod closed 3 years ago

nyamsprod commented 3 years ago

To prepare 10.0.0 release anytime whenever it will be released. We are deprecated all methods that returns the string representation of the CSV and only exposing it using the explicit toString.