Open G0URAB opened 4 months ago
As per the documentation, the source in $etl->extrac can also be an iterable: $etl->extract('collection', $iterable, $options);
$etl->extrac
$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 :)
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.