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

Fix property map for static call prop

This commit is contained in:
Matt Brown 2018-07-11 13:01:03 -04:00
parent 8b3fa21b41
commit c498356f9d

View File

@ -425,6 +425,8 @@ return [
],
'phpparser\\node\\expr\\staticcall' => [
'args' => 'array<int, PhpParser\Node\Arg>',
'ifTrueAssertions' => 'array<int, Psalm\Storage\Assertion>|null',
'ifFalseAssertions' => 'array<int, Psalm\Storage\Assertion>|null',
],
'phpparser\\node\\stmt\\namespace_' => [
'stmts' => 'array<int, PhpParser\Node\Stmt>',