Skip to content

Commit b3fbe31

Browse files
committed
[Validator] revert wrong Phpdoc change
1 parent 8736956 commit b3fbe31

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Mapping/ClassMetadata.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,8 @@ public function addPropertyConstraints($property, array $constraints)
299299
* The name of the getter is assumed to be the name of the property with an
300300
* uppercased first letter and either the prefix "get" or "is".
301301
*
302-
* @param string $property The name of the property
303-
* @param Constraint $constraint The constraint
304-
* @param string|null $method The method that is called to retrieve the value being validated (null for auto-detection)
302+
* @param string $property The name of the property
303+
* @param Constraint $constraint The constraint
305304
*
306305
* @return $this
307306
*/

0 commit comments

Comments
 (0)