1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-29 20:28:59 +01:00

Add false arg

This commit is contained in:
Matthew Brown 2019-06-08 20:10:51 -04:00
parent 7f258100f2
commit 0d40fdaaa0

View File

@ -22,6 +22,11 @@ $replace = '/* @var FullyQualified $originalName */
$originalName,
\'class\'
)
),
new Node\Arg(
new Node\Expr\ConstFetch(
new Node\Name(\'false\')
)
)
]
),