diff --git a/Library/Homebrew/cmd/options.rb b/Library/Homebrew/cmd/options.rb index f316890145..ad62093461 100644 --- a/Library/Homebrew/cmd/options.rb +++ b/Library/Homebrew/cmd/options.rb @@ -1,4 +1,4 @@ -# typed: true +# typed: strict # frozen_string_literal: true require "abstract_command" @@ -54,6 +54,7 @@ module Homebrew private + sig { params(formulae: T::Array[Formula]).void } def puts_options(formulae) formulae.each do |f| next if f.options.empty?