1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Fix tests

This commit is contained in:
Brown 2020-04-06 13:17:02 -04:00
parent 11edb22c72
commit 99549871b6

View File

@ -335,7 +335,7 @@ class PropertyTypeTest extends TestCase
$a = new DOMElement("foo");
$owner = $a->ownerDocument;',
'assertions' => [
'$owner' => 'DOMDocument',
'$owner' => 'DOMDocument|null',
],
],
'propertyMapHydration' => [