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

Fix doc-en GH-3197 - Incorrect void return type appended #100

Conversation

haszi
Copy link
Contributor

@haszi haszi commented Feb 20, 2024

Fix the incorrectly added void return types by not adding these to the list of return types. Add a test case specifically for this and correct all other tests that were expecting incorrect output.

Fix void links having a hardcoded html file extension.

Fixes doc-en #3197.

haszi added 3 commits February 20, 2024 20:48
Fix void return type appended on void parameter list and add test for this fix.
Fix tests with incorrect expected output.
@Girgias Girgias merged commit f2ba938 into php:master Feb 20, 2024
4 checks passed
@haszi haszi deleted the Fix-doc-en-GH-3197-incorrect-void-return-type-appended branch February 21, 2024 18:53
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.

Incorrect return types(void is appended)
2 participants