Skip to content

Commit

Permalink
tidyNode->child will be null if the node does not have any children (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeroni committed Jun 17, 2020
1 parent 948be82 commit bfae4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/PropertyMap.php
Expand Up @@ -326,7 +326,7 @@
'proprietary' => 'bool',
'id' => 'int',
'attribute' => 'array',
'child' => 'array',
'child' => '?array',
],
'recursivecachingiterator' => [
'name' => 'string',
Expand Down

0 comments on commit bfae4af

Please sign in to comment.