mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix tests
This commit is contained in:
parent
11edb22c72
commit
99549871b6
@ -335,7 +335,7 @@ class PropertyTypeTest extends TestCase
|
||||
$a = new DOMElement("foo");
|
||||
$owner = $a->ownerDocument;',
|
||||
'assertions' => [
|
||||
'$owner' => 'DOMDocument',
|
||||
'$owner' => 'DOMDocument|null',
|
||||
],
|
||||
],
|
||||
'propertyMapHydration' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user