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:
parent
8b3fa21b41
commit
c498356f9d
@ -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>',
|
||||
|
Loading…
x
Reference in New Issue
Block a user