8000 minor #18228 [Validator] use correct term for a property in docblock … · symfony/symfony@2710a88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2710a88

Browse files
committed
minor #18228 [Validator] use correct term for a property in docblock (not "option") (sustmi)
This PR was merged into the 2.3 branch. Discussion ---------- [Validator] use correct term for a property in docblock (not "option") | Q | A | ------------- | --- | Branch? | 2.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #18218 | License | MIT | Doc PR | - Commits ------- e38d954 [Validator] use correct term for a property in docblock (not "option")
2 parents 06146f3 + e38d954 commit 2710a88

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)
0