diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/env_config.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/env_config.rbi index 8e8bac1fb4..d6d12a624d 100644 --- a/Library/Homebrew/sorbet/rbi/dsl/homebrew/env_config.rbi +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/env_config.rbi @@ -28,12 +28,12 @@ module Homebrew::EnvConfig sig { returns(T::Boolean) } def artifact_domain_no_fallback?; end - sig { returns(T::Boolean) } - def autoremove?; end - sig { returns(T.nilable(::String)) } def auto_update_secs; end + sig { returns(T::Boolean) } + def autoremove?; end + sig { returns(T::Boolean) } def bat?; end