Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix DOMElement::getAttributeNode and DOMElement::getAttributeNodeNS #4484

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

Open
VincentLanglet wants to merge 1 commit into phpstan:2.1.x
base: 2.1.x
Choose a base branch
Loading
from VincentLanglet:domNode

Conversation

@VincentLanglet
Copy link
Contributor

@VincentLanglet VincentLanglet commented Oct 26, 2025

While looking at #3714
I discovered that getAttributeNode/getAttributeNodeNS return type was wrong

cf https://www.php.net/manual/en/domelement.getattributenode.php
and https://www.php.net/manual/en/domelement.getattributenodens.php

I fixed it in JetBrains/phpstorm-stubs#1811
but then we will end with false positive since PHPStan does not understand hasAttribute,
so I added a benevolent union.

I also added the non-regression from #3714 to show the related-issues are solved

Closes #3714

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /