Skip to content

Add DOMDocument class to list of exclusions for ReflectionProvider#242

Merged
ondrejmirtes merged 5 commits intophpstan:masterfrom
schlessera:fix/3477-domdocument-signature-mismatch
Jun 16, 2020
Merged

Add DOMDocument class to list of exclusions for ReflectionProvider#242
ondrejmirtes merged 5 commits intophpstan:masterfrom
schlessera:fix/3477-domdocument-signature-mismatch

Conversation

@schlessera
Copy link
Copy Markdown
Contributor

@schlessera schlessera commented Jun 16, 2020

As stated in phpstan/phpstan#3477, the DOMDocument class does not have the proper signatures when analyzed via Reflection.

This PR adds it to the list of exclusions in the ReflectionProvider.

Fixes phpstan/phpstan#3477

@ondrejmirtes ondrejmirtes merged commit 00b0284 into phpstan:master Jun 16, 2020
@ondrejmirtes
Copy link
Copy Markdown
Member

Thank you.

@schlessera schlessera deleted the fix/3477-domdocument-signature-mismatch branch June 16, 2020 12:25
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.

Wrong access reported for DOMDocument::documentElement

2 participants