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:
parent
948be8243e
commit
bfae4af030
@ -326,7 +326,7 @@ return [
|
||||
'proprietary' => 'bool',
|
||||
'id' => 'int',
|
||||
'attribute' => 'array',
|
||||
'child' => 'array',
|
||||
'child' => '?array',
|
||||
],
|
||||
'recursivecachingiterator' => [
|
||||
'name' => 'string',
|
||||
|
Loading…
x
Reference in New Issue
Block a user