Closed
Description
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.