8000 [Validator] Converted `@deprecate` doc comment into regular doc comment · symfony/symfony@ca6a722 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca6a722

Browse files
committed
[Validator] Converted @deprecate doc comment into regular doc comment
1 parent 68d8018 commit ca6a722

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/Validator/ValidatorInterface.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ interface ValidatorInterface
2929
* The accepted values depend on the {@link MetadataFactoryInterface}
3030
* implementation.
3131
*
32+
* The signature changed with Symfony 2.5 (see
33+
* {@link Validator\ValidatorInterface::validate()}. This signature will be
34+
* disabled in Symfony 3.0.
35+
*
3236
* @param mixed $value The value to validate
3337
* @param array|null $groups The validation groups to validate.
3438
* @param Boolean $traverse Whether to traverse the value if it is traversable.
@@ -38,10 +42,6 @@ interface ValidatorInterface
3842
* list is empty, validation succeeded.
3943
*
4044
* @api
41-
*
42-
* @deprecated The signature changed with Symfony 2.5 (see
43-
* {@link Validator\ValidatorInterface::validate()}. This
44-
* signature will be disabled in Symfony 3.0.
4545
*/
4646
public function validate($value, $groups = null, $traverse = false, $deep = false);
4747

0 commit comments

Comments
 (0)
0