8000 [Validator] use correct term for a property in docblock (not "option") by sustmi · Pull Request #18228 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Validator] use correct term for a property in docblock (not "option")
  • Loading branch information
sustmi committed Mar 18, 2016
commit e38d954c590a6258e2774e5ec313667d1abfb965
4 changes: 2 additions & 2 deletions src/Symfony/Component/Validator/Constraint.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
/**
* 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
* validating this class, option or getter result successfully.
* validating this class, property or getter result successfully.
*
* Constraint instances are immutable and serializable.
*
Expand Down
0