File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Symfony/Component/Validator/Context Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ public function getObject();
116
116
/**
117
117
* Sets the currently validated value.
118
118
*
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
123
123
*
124
124
* @internal Used by the validator engine. Should not be called by user
125
125
* code.
You can’t perform that action at this time.
0 commit comments