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 strict_types errors in DOMDocument::createTextNode() #62

Merged
merged 2 commits into from
Aug 8, 2022

Conversation

gsteel
Copy link
Member

@gsteel gsteel commented Aug 8, 2022

Q A
Bugfix yes

Description

Modifies all calls to DOMDocument::createTextNode() to ensure parameters are cast to a string where the type is currently ambiguous.

Should close #61

…s are cast to a string.

Signed-off-by: George Steel <george@net-glue.co.uk>
@gsteel gsteel added BC Break Bug Something isn't working labels Aug 8, 2022
@gsteel gsteel added this to the 2.18.2 milestone Aug 8, 2022
Signed-off-by: George Steel <george@net-glue.co.uk>
@Ocramius Ocramius removed the BC Break label Aug 8, 2022
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thanks @gsteel!

@Ocramius Ocramius self-assigned this Aug 8, 2022
@Ocramius Ocramius merged commit a57fdb9 into laminas:2.18.x Aug 8, 2022
@gsteel gsteel deleted the 2.18.1-fix-createTextNode branch August 8, 2022 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants