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

tidyNode->child will be null if the node does not have any children (#3599)

https://github.com/php/php-src/blob/master/ext/tidy/tidy.c#L696
This commit is contained in:
Teemu Koskinen 2020-06-17 16:29:23 +03:00 committed by GitHub
parent 948be8243e
commit bfae4af030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,7 +326,7 @@ return [
'proprietary' => 'bool',
'id' => 'int',
'attribute' => 'array',
'child' => 'array',
'child' => '?array',
],
'recursivecachingiterator' => [
'name' => 'string',