unpack_strategy: update types

This commit is contained in:
Bevan Kay 2024-07-27 21:30:10 +10:00
parent 807a934574
commit 98ec6a9722
No known key found for this signature in database
GPG Key ID: C55CB024B5314B57

View File

@ -187,7 +187,7 @@ module UnpackStrategy
end end
end end
sig { returns(T::Array[String]) } sig { returns(T.any(T::Array[Cask::Cask], T::Array[Formula])) }
def dependencies def dependencies
[] []
end end