Skip to content

Commit e38d954

Browse files
committed
[Validator] use correct term for a property in docblock (not "option")
1 parent 06146f3 commit e38d954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Validator/Constraint.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
/**
1919
* Contains the properties of a constraint definition.
2020
*
21-
* A constraint can be defined on a class, an option or a getter method.
21+
* A constraint can be defined on a class, a property or a getter method.
2222
* The Constraint class encapsulates all the configuration required for
23-
* validating this class, option or getter result successfully.
23+
* validating this class, property or getter result successfully.
2424
*
2525
* Constraint instances are immutable and serializable.
2626
*

0 commit comments

Comments
 (0)