php-etl
php-etl copied to clipboard
Etl extract method param have wrong type
As per the documentation, the source in $etl->extrac can also be an iterable:
$etl->extract('collection', $iterable, $options);
When I do that phpstan complains about the type in your code.
Hi @G0URAB Did you try our fork? We did some improvements over the years. https://github.com/wizacode/php-etl
Hi @ecourtial Yes, we already saw the fork. We are most probably going to use your fork :)