mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
Add false arg
This commit is contained in:
parent
7f258100f2
commit
0d40fdaaa0
@ -22,6 +22,11 @@ $replace = '/* @var FullyQualified $originalName */
|
|||||||
$originalName,
|
$originalName,
|
||||||
\'class\'
|
\'class\'
|
||||||
)
|
)
|
||||||
|
),
|
||||||
|
new Node\Arg(
|
||||||
|
new Node\Expr\ConstFetch(
|
||||||
|
new Node\Name(\'false\')
|
||||||
|
)
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user