Skip to content

Commit

Permalink
Specify it’s a snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Feb 15, 2021
1 parent bc13001 commit 09281ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Psalm/Codebase.php
Original file line number Diff line number Diff line change
Expand Up @@ -1660,7 +1660,11 @@ public function getCompletionItemsForPartialSymbol(
null,
$function_name,
$function_name . (count($function->params) !== 0 ? '($0)' : '()'),
null
null,
null,
null,
null,
2
);
}

Expand Down

0 comments on commit 09281ab

Please sign in to comment.