From 86e8afaea0fc3361b7da12d82ce6b62596ca6a2b Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 14 Mar 2017 09:04:19 +0100 Subject: [PATCH] [Validator] revert wrong Phpdoc change --- src/Symfony/Component/Validator/Mapping/ClassMetadata.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/Validator/Mapping/ClassMetadata.php b/src/Symfony/Component/Validator/Mapping/ClassMetadata.php index fe5e6e51e2..f895ad4040 100644 --- a/src/Symfony/Component/Validator/Mapping/ClassMetadata.php +++ b/src/Symfony/Component/Validator/Mapping/ClassMetadata.php @@ -299,9 +299,8 @@ class ClassMetadata extends ElementMetadata implements ClassMetadataInterface * The name of the getter is assumed to be the name of the property with an * uppercased first letter and either the prefix "get" or "is". * - * @param string $property The name of the property - * @param Constraint $constraint The constraint - * @param string|null $method The method that is called to retrieve the value being validated (null for auto-detection) + * @param string $property The name of the property + * @param Constraint $constraint The constraint * * @return $this */