Skip to content

Commit 7d3a57c

Browse files
Merge branch '2.7' into 2.8
* 2.7: #20411 fix Yaml parsing for very long quoted strings [Doctrine Bridge] fix priority for doctrine event listeners Use PHP functions as array_map callbacks when possible [Validator] revert wrong Phpdoc change Use proper line endings
2 parents 8d4bfa7 + b3fbe31 commit 7d3a57c

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)