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
See following code example:
Collection::fromIterable([])->pair()->all(false)
It was expected that code would return empty array []
[]
But it returns following garbage information:
array:1 [ "" => null ]
The text was updated successfully, but these errors were encountered:
fix: pair and chunk operation when using empty input
pair
chunk
3392a89
Fix #326
Hi !
Thanks for reporting the issue, nice catch!
I fixed it in #327 and added a test.
Sorry, something went wrong.
325f599
fix: pair and chunk operation when using empty input (#327)
58fd5da
Successfully merging a pull request may close this issue.
Steps required to reproduce the problem
See following code example:
Expected Result
It was expected that code would return empty array
[]
Actual Result
But it returns following garbage information:
The text was updated successfully, but these errors were encountered: