[Form] Fixed typos

This commit is contained in:
Bernhard Schussek 2012-01-31 07:45:20 +01:00
parent 1fc615cdcb
commit f77fd416c8
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
namespace Symfony\Component\Validator;
/**
* An list of ConstrainViolation objects.
* A list of ConstrainViolation objects.
*
* @author Bernhard Schussek <bschussek@gmail.com>
*
@ -28,7 +28,7 @@ class ConstraintViolationList implements \IteratorAggregate, \Countable, \ArrayA
protected $violations = array();
/**
* Creates a new constraint violation list
* Creates a new constraint violation list.
*
* @param array $violations The constraint violations to add to the list
*/