8000 [Validator] Fixed doc block · symfony/symfony@14b60c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14b60c8

Browse files
committed
[Validator] Fixed doc block
1 parent 91bf277 commit 14b60c8

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