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

Missing return argument #8258

Closed
wants to merge 1 commit into from
Closed

Conversation

demis-palma
Copy link
Contributor

The method is declared to return JDocumentHTML, but contains a void return statement.
Currently the return value is ignored everywhere, therefore this patch won't have any side effects and can be merged safely.

The method is declared to return JDocumentHTML, but contains a void return statement.
Currently the return value is ignored everywhere, therefore this patch won't have any side effects and can be merged safely.
@demis-palma
Copy link
Contributor Author

The automatic tests are not consistent with the documentation. They expect a null return when the data is an empty array.

@demis-palma demis-palma closed this Nov 3, 2015
@demis-palma demis-palma deleted the patch-5 branch February 28, 2016 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants