Skip to content
New issue

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

CollectionHolder foreach should return void #880

Closed
lifflander opened this issue Jun 21, 2020 · 0 comments · Fixed by #993
Closed

CollectionHolder foreach should return void #880

lifflander opened this issue Jun 21, 2020 · 0 comments · Fixed by #993
Assignees
Labels
intro A potentially good introductory issue for a new developer to address type: task

Comments

@lifflander
Copy link
Collaborator

What Needs to be Done?

The CollectionHolder foreach method returns a boolean that is useless and potentially confusing. Make it return void unless there is some use for a return value, in that case make it work and document it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
intro A potentially good introductory issue for a new developer to address type: task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants