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

unserialize(): fix XML tags for union type #4404

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

nsfisis
Copy link
Contributor

@nsfisis nsfisis commented Jan 18, 2025

Fix unserialize() manual: modify XML tags for union type to make each type name hyperlink.

https://www.php.net/manual/en/function.unserialize.php

<type>array|bool</type> is recognized as single type of array|bool, which is not defined. <type class="union"> tag is appropriate for union types.

@Girgias Girgias merged commit 7cbecee into php:master Jan 27, 2025
2 checks passed
@Girgias
Copy link
Member

Girgias commented Jan 27, 2025

Thank you!

@nsfisis nsfisis deleted the feature/unserialize-union branch January 27, 2025 14:59
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.

2 participants