Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanOzkan committed Nov 24, 2023
1 parent 5db17d9 commit 0791ae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rbi/annotations/devise.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,14 @@ class Devise::SessionsController < DeviseController
def destroy; end

protected

sig { returns(ActionController::Parameters)}
def sign_in_params; end
end

# @shim: Devise controllers are loaded by rails
class Devise::UnlocksController < DeviseController
# GET /resource/unlock/new
# GET /resource/unlock/new
sig {returns(T.untyped)}
def new; end

Expand Down

0 comments on commit 0791ae6

Please sign in to comment.