Skip to content

Commit 3f4d1be

Browse files
authored
Merge pull request #1411 from Gaiidenn/patch-2
Update objectGetValidationFailures.php
2 parents 45d025e + d412a24 commit 3f4d1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Propel/Generator/Behavior/Validate/templates/objectGetValidationFailures.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Gets any ConstraintViolation objects that resulted from last call to validate().
44
*
55
*
6-
* @return object ConstraintViolationList
6+
* @return ConstraintViolationList
77
* @see validate()
88
*/
99
public function getValidationFailures()

0 commit comments

Comments
 (0)