[Validator] use correct term for a property in docblock (not "option")

This commit is contained in:
Miroslav Sustek 2016-03-18 21:39:03 +01:00
parent 06146f3f2b
commit e38d954c59
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ use Symfony\Component\Validator\Exception\ConstraintDefinitionException;
/** /**
* Contains the properties of a constraint definition. * Contains the properties of a constraint definition.
* *
* A constraint can be defined on a class, an option or a getter method. * A constraint can be defined on a class, a property or a getter method.
* The Constraint class encapsulates all the configuration required for * The Constraint class encapsulates all the configuration required for
* validating this class, option or getter result successfully. * validating this class, property or getter result successfully.
* *
* Constraint instances are immutable and serializable. * Constraint instances are immutable and serializable.
* *