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
The following warning was presented for the jsonSerialize() methods on the MultivariateFeatureStateValueModelList and CollectionTrait and classes. We have temporarily resolved this in this PR by indicating that the return type will change in the next major version.
Deprecated: Return type of Flagsmith\Utils\Collections\FlagModelsList::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
The text was updated successfully, but these errors were encountered:
The following warning was presented for the
jsonSerialize()
methods on theMultivariateFeatureStateValueModelList
andCollectionTrait
and classes. We have temporarily resolved this in this PR by indicating that the return type will change in the next major version.The text was updated successfully, but these errors were encountered: