We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06146f3 commit e38d954Copy full SHA for e38d954
src/Symfony/Component/Validator/Constraint.php
@@ -18,9 +18,9 @@
18
/**
19
* Contains the properties of a constraint definition.
20
*
21
- * 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.
22
* The Constraint class encapsulates all the configuration required for
23
- * validating this class, option or getter result successfully.
+ * validating this class, property or getter result successfully.
24
25
* Constraint instances are immutable and serializable.
26
0 commit comments