leomarquine / php-etl

Extract, Transform and Load data using PHP.
MIT License
178 stars 81 forks source link

Fix wrong docblock type in the Csv:makeColumns method #27

Closed ecourtial closed 4 years ago

ecourtial commented 4 years ago

Fixed the docblock type for the method makeColums in the extractor Csv. This was triggering an error - in any "clean" override - with PHPStan at level > 4.