This commit is contained in:
Simon Vieille 2020-05-24 14:31:08 +02:00
parent 0f413d06b9
commit 7719bd7202
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -103,7 +103,7 @@ $headers = $csv->getHeaders();
$products = $csv->getDatas(); $products = $csv->getDatas();
``` ```
### Parse a stram ### Parse a stream
```php ```php
use Deblan\Csv\CsvStreamParser; use Deblan\Csv\CsvStreamParser;