Skip to content

Commit

Permalink
Merge pull request #512 from iMacTia/mg/fix-sorbet-sig
Browse files Browse the repository at this point in the history
Fix signature to use fully-qualified name for `PDF::Reader::EventPoint`.
  • Loading branch information
yob authored May 13, 2023
2 parents d931456 + 0c974cd commit 53a3fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbi/pdf-reader.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ module PDF
sig { params(runs: T::Array[PDF::Reader::TextRun]).returns(T::Array[PDF::Reader::TextRun]) }
def self.exclude_redundant_runs(runs); end

sig { params(sweep_line_status: T::Array[PDF::Reader::TextRun], event_point: EventPoint).returns(T::Boolean) }
sig { params(sweep_line_status: T::Array[PDF::Reader::TextRun], event_point: PDF::Reader::EventPoint).returns(T::Boolean) }
def self.detect_intersection(sweep_line_status, event_point); end
end

Expand Down

0 comments on commit 53a3fa4

Please sign in to comment.