sig/steep/server/interaction_worker.rbs in steep-1.4.0.dev.1 vs sig/steep/server/interaction_worker.rbs in steep-1.4.0.dev.2

- old
+ new

@@ -21,14 +21,14 @@ def process_hover: (untyped job) -> untyped def process_completion: (untyped job) -> untyped - def format_completion_item_for_rbs: (untyped sig_service, untyped type_name, untyped context, untyped job, untyped prefix) -> (nil | untyped) + def format_completion_item_for_rbs: (Services::SignatureService sig_service, untyped type_name, untyped context, untyped job, untyped prefix) -> (nil | untyped) def format_comment: (untyped comment) -> (untyped | nil) - def format_comments: (untyped comments) -> (untyped | nil) + def format_comments: (Array[RBS::AST::Comment] comments) -> untyped? def format_completion_item: (untyped item) -> untyped def method_type_to_snippet: (untyped method_type) -> ::String