Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e38d954

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/Symfony/Component/Validator/Constraint.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraint.php
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.