Skip to content

Commit d412a24

Browse files
authored
Update objectGetValidationFailures.php
updated @return tag for better IDE auto-completion and parsing
1 parent d24a474 commit d412a24

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)