Skip to content

Commit

Permalink
Fix signature for Lhm::Printer::Dor#notify
Browse files Browse the repository at this point in the history
Closes #104.

Signed-off-by: Alexandre Terrasa <[email protected]>
  • Loading branch information
Morriar committed Sep 15, 2022
1 parent 5fd791d commit 1aabcaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rbi/annotations/lhm.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ class Lhm::Printer::Dot < Lhm::Printer::Base
sig { void }
def end; end

sig { params(lowest: T.nilable(Numeric), highest: T.nilable(Numeric)).void }
def notify(lowest = nil, highest = nil); end
sig { params(_arg0: T.untyped).void }
def notify(*_arg0); end
end

class Lhm::Migrator
Expand Down

0 comments on commit 1aabcaf

Please sign in to comment.