Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit14b60c8

Browse files
committed
[Validator] Fixed doc block
1 parent91bf277 commit14b60c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/Symfony/Component/Validator/Context/ExecutionContextInterface.php‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ public function getObject();
116116
/**
117117
* Sets the currently validated value.
118118
*
119-
* @param mixed $value The validated value
120-
* @param object|null $object The currently validated object
121-
* @param MetadataInterface $metadata The validation metadata
122-
* @param string $propertyPath The property path to the current value
119+
* @param mixed$value The validated value
120+
* @param object|null$object The currently validated object
121+
* @param MetadataInterface|null $metadata The validation metadata
122+
* @param string$propertyPath The property path to the current value
123123
*
124124
* @internal Used by the validator engine. Should not be called by user
125125
* code.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp