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

Put cursor in first param position

This commit is contained in:
Matt Brown 2021-02-15 13:21:05 -05:00
parent 86ba3b02f6
commit bc13001533

View File

@ -1659,7 +1659,7 @@ class Codebase
null,
null,
$function_name,
$function_name . '()',
$function_name . (count($function->params) !== 0 ? '($0)' : '()'),
null
);
}