sorbet: Autobump sigils via Spoom

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2023-07-05 00:31:35 +00:00
parent 0ad66f2c46
commit 8abe34e1d1
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1,9 +1,6 @@
# typed: strict
module Homebrew::EnvConfig
sig { returns(T.nilable(String)) }
def self.additional_google_analytics_id; end
sig { returns(T.nilable(String)) }
def self.all_proxy; end
@ -178,9 +175,6 @@ module Homebrew::EnvConfig
sig { returns(T::Boolean) }
def self.no_github_api?; end
sig { returns(T::Boolean) }
def self.no_google_analytics?; end
sig { returns(T::Boolean) }
def self.no_insecure_redirect?; end