[Validator] Fixed CS

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

View File

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