We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Hi @G0URAB Did you try our fork? We did some improvements over the years. https://github.com/wizacode/php-etl
Sorry, something went wrong.
Hi @ecourtial Yes, we already saw the fork. We are most probably going to use your fork :)
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: