[Validator] Fixed CS

This commit is contained in:
Bernhard Schussek 2014-05-22 11:22:43 +02:00
parent cea4155d39
commit 71897d7e35

View File

@ -48,8 +48,8 @@ abstract class ConstraintValidator implements ConstraintValidatorInterface
/** /**
* Returns a string representation of the value. * Returns a string representation of the value.
* *
* @param mixed $value * @param mixed $value
* @param Boolean $formatDates * @param bool $formatDates
* *
* @return string * @return string
*/ */
@ -100,8 +100,8 @@ abstract class ConstraintValidator implements ConstraintValidatorInterface
/** /**
* Returns a string representation of a list of values. * Returns a string representation of a list of values.
* *
* @param array $values * @param array $values
* @param Boolean $formatDates * @param bool $formatDates
* *
* @return string * @return string
*/ */