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 ffb07c6

Browse filesBrowse files
minor #27116 [Validator] make phpdoc of ObjectInitializerInterface interface more accurate (hhamon)
This PR was merged into the 2.7 branch. Discussion ---------- [Validator] make phpdoc of ObjectInitializerInterface interface more accurate | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ Commits ------- 30970c7 [Validator] make phpdoc of ObjectInitializerInterface interface more accurate
2 parents 046f092 + 30970c7 commit ffb07c6
Copy full SHA for ffb07c6

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/ObjectInitializerInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Prepares an object for validation.
1616
*
1717
* Concrete implementations of this interface are used by {@link ValidationVisitorInterface}
18-
* to initialize objects just before validating them.
18+
* and {@link Validator\ContextualValidatorInterface} to initialize objects just before validating them.
1919
*
2020
* @author Fabien Potencier <fabien@symfony.com>
2121
* @author Bernhard Schussek <bschussek@gmail.com>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.