[Validator] Fixed CS

This commit is contained in:
Bernhard Schussek 2014-05-22 11:22:43 +02:00
parent cea4155d39
commit 71897d7e35
1 changed files with 4 additions and 4 deletions

View File

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