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
trigger_deprecation('symfony/json-streamer','7.4','The "streamToNativeValueTransformers" parameter of the "%s()" method is deprecated. Use "valueTransformers" instead.',__METHOD__);
trigger_deprecation('symfony/json-streamer','7.4','The "%s()" method is deprecated, use "%s::getValueTransformers()" instead.',__METHOD__,self::class);
108
-
109
-
return$this->valueTransformers;
110
-
}
111
-
112
-
/**
113
-
* @deprecated since Symfony 7.4, use "withValueTransformers" instead
trigger_deprecation('symfony/json-streamer','7.4','The "%s()" method is deprecated, use "%s::withValueTransformers()" instead.',__METHOD__,self::class);
trigger_deprecation('symfony/json-streamer','7.4','The "%s()" method is deprecated, use "%s::withAdditionalValueTransformer()" instead.',__METHOD__,self::class);
trigger_deprecation('symfony/json-streamer','7.4','The "%s()" method is deprecated, use "%s::getValueTransformers()" instead.',__METHOD__,self::class);
trigger_deprecation('symfony/json-streamer','7.4','The "%s()" method is deprecated, use "%s::withValueTransformers()" instead.',__METHOD__,self::class);
trigger_deprecation('symfony/json-streamer','7.4','The "%s()" method is deprecated, use "%s::withAdditionalValueTransformer()" instead.',__METHOD__,self::class);