Skip to content

Commit

Permalink
Update objectGetValidationFailures.php
Browse files Browse the repository at this point in the history
updated @return tag for better IDE auto-completion and parsing
  • Loading branch information
Gaiidenn authored Sep 7, 2017
1 parent d24a474 commit d412a24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d412a24

Please sign in to comment.