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:
parent
7f258100f2
commit
0d40fdaaa0
@ -22,6 +22,11 @@ $replace = '/* @var FullyQualified $originalName */
|
||||
$originalName,
|
||||
\'class\'
|
||||
)
|
||||
),
|
||||
new Node\Arg(
|
||||
new Node\Expr\ConstFetch(
|
||||
new Node\Name(\'false\')
|
||||
)
|
||||
)
|
||||
]
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user