Merge pull request #17655 from Homebrew/fix-bump-formula-pr-types-for-kwargs

This commit is contained in:
Mike McQuaid 2024-07-08 19:07:04 +01:00 committed by GitHub
commit 7b66004d2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -440,7 +440,7 @@ module Homebrew
sig {
params(formula: Formula, new_version: T.nilable(String), url: String,
specs: Float).returns(T::Array[T.untyped])
specs: String).returns(T::Array[T.untyped])
}
def fetch_resource_and_forced_version(formula, new_version, url, **specs)
resource = Resource.new