Skip to content

Commit

Permalink
Fix #3081 - use correct property type for ownerDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Apr 6, 2020
1 parent 387bc02 commit 26fcde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/PropertyMap.php
Expand Up @@ -327,7 +327,7 @@
'previousSibling' => 'DOMNode|null',
'nextSibling' => 'DOMNode|null',
'attributes' => 'null',
'ownerDocument' => 'DOMDocument',
'ownerDocument' => 'DOMDocument|null',
'namespaceURI' => 'string|null',
'prefix' => 'string',
'localName' => 'string',
Expand Down

0 comments on commit 26fcde1

Please sign in to comment.