Skip to content

Commit

Permalink
Merge pull request #15947 from gibfahn/sorbet_cask_url
Browse files Browse the repository at this point in the history
cask/url: accept Class for using in Cask::URL#initialize
  • Loading branch information
Bo98 committed Sep 4, 2023
2 parents b535088 + b4feaf2 commit 66eb266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cask/url.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def respond_to_missing?(method, include_all)
params(
uri: T.nilable(T.any(URI::Generic, String)),
verified: T.nilable(String),
using: T.nilable(Symbol),
using: T.any(Class, Symbol, NilClass),
tag: T.nilable(String),
branch: T.nilable(String),
revisions: T.nilable(T::Array[String]),
Expand Down

0 comments on commit 66eb266

Please sign in to comment.