We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cea16e commit 5b233b0Copy full SHA for 5b233b0
lib/elixir_sense/providers/plugins/plugin.ex
@@ -12,7 +12,7 @@ defmodule ElixirSense.Providers.Plugin do
12
}
13
14
@callback reduce(
15
- hint :: String,
+ hint :: String.t(),
16
env :: State.Env.t(),
17
buffer_metadata :: Metadata.t(),
18
cursor_context,
0 commit comments