From 98ec6a9722158fb83c4a8ab7a873932386383380 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sat, 27 Jul 2024 21:30:10 +1000 Subject: [PATCH] unpack_strategy: update types --- Library/Homebrew/unpack_strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/unpack_strategy.rb b/Library/Homebrew/unpack_strategy.rb index b3581c8ad7..382e82533d 100644 --- a/Library/Homebrew/unpack_strategy.rb +++ b/Library/Homebrew/unpack_strategy.rb @@ -187,7 +187,7 @@ module UnpackStrategy end end - sig { returns(T::Array[String]) } + sig { returns(T.any(T::Array[Cask::Cask], T::Array[Formula])) } def dependencies [] end