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:
parent
86ba3b02f6
commit
bc13001533
@ -1659,7 +1659,7 @@ class Codebase
|
|||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
$function_name,
|
$function_name,
|
||||||
$function_name . '()',
|
$function_name . (count($function->params) !== 0 ? '($0)' : '()'),
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user