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
{{ message }}
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
Template::set()$value could be one of PrimitiveValue or Template instance. Both of them extends meta-class Data. While there is already an internals type check for that, restricting $value to accept only Data instances will improve overall method interface and allow users to catch type errors early.