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
Currently, NumberToLocalizedStringTransformer has a parameter precision, which does not make sense for all numbers, such as integers (and consequently in the subclass IntegerToLocalizedStringTransformer).
In Symfony 3.0, the precision parameter should be split away into a dedicated subclass.
Currently, NumberToLocalizedStringTransformer has a parameter precision, which does not make sense for all numbers, such as integers (and consequently in the subclass IntegerToLocalizedStringTransformer).
In Symfony 3.0, the precision parameter should be split away into a dedicated subclass.
See also #8473.
The text was updated successfully, but these errors were encountered: