You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…of type (#42244)
### Rationale for this change
isValidBuilderType should take a Type and not require an instance of a type in order to validate.
### What changes are included in this PR?
Updated isValidBuilderType to take a Type instead of an instance.
### Are these changes tested?
Yes
* GitHub Issue: #42243
Authored-by: Alva Bandy <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
Currently isValidBuilderType requires a user to pass an instance of a type. Updating the method to take the type and not require an instance.
Component(s)
Swift
The text was updated successfully, but these errors were encountered: