[Form] Fix some phpDoc

This commit is contained in:
Victor Berchet 2011-05-10 16:55:05 +02:00
parent 2a8f2d2bfa
commit 2d62dfdf83

View File

@ -64,9 +64,9 @@ class PercentToLocalizedStringTransformer implements DataTransformerInterface
/** /**
* Transforms between a normalized format (integer or float) into a percentage value. * Transforms between a normalized format (integer or float) into a percentage value.
* *
* @param number $value Normalized value. * @param number $value Normalized value
* *
* @return number Percentage value. * @return number Percentage value
* *
* @throws UnexpectedTypeException if the given value is not numeric * @throws UnexpectedTypeException if the given value is not numeric
* @throws TransformationFailedException if the value could not be transformed * @throws TransformationFailedException if the value could not be transformed