diff --git a/src/Propel/Generator/Behavior/Validate/templates/objectGetValidationFailures.php b/src/Propel/Generator/Behavior/Validate/templates/objectGetValidationFailures.php index 6e205a93f6..4a15761cd1 100644 --- a/src/Propel/Generator/Behavior/Validate/templates/objectGetValidationFailures.php +++ b/src/Propel/Generator/Behavior/Validate/templates/objectGetValidationFailures.php @@ -3,7 +3,7 @@ * Gets any ConstraintViolation objects that resulted from last call to validate(). * * - * @return object ConstraintViolationList + * @return ConstraintViolationList * @see validate() */ public function getValidationFailures()