Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Fix return type of setModifierManager, setComponentManager, and setHelperManager. #272

Merged
merged 1 commit into from
Apr 4, 2020

Conversation

pzuraq
Copy link
Member

@pzuraq pzuraq commented Apr 4, 2020

Currently setManager APIs return object as a type, when they should
return the value they were passed. This updates the types to make that
happen using generics.

Currently `setManager` APIs return object as a type, when they _should_
return the value they were passed. This updates the types to make that
happen using generics.
@pzuraq pzuraq merged commit 4fe1929 into master Apr 4, 2020
@pzuraq pzuraq deleted the bugfix/fix-manager-api-return branch April 4, 2020 02:54
@rwjblue rwjblue changed the title [BUGFIX] Fixes the types of manager return values Fix return type of setModifierManager, setComponentManager, and setHelperManager. Apr 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant