Skip to content

Commit

Permalink
Merge pull request #199 from vinistock/patch-1
Browse files Browse the repository at this point in the history
Remove usage of `T.nilable(T.untyped)`
  • Loading branch information
superchilled authored Feb 22, 2022
2 parents 6e3e619 + 6b45219 commit 49f3b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vonage/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def token

protected

sig { params(name: Symbol, value: T.nilable(T.untyped)).void }
sig { params(name: Symbol, value: T.untyped).void }
def write_attribute(name, value)
public_send(:"#{name}=", value)
end
Expand Down

0 comments on commit 49f3b3b

Please sign in to comment.