Skip to content

Commit a3ff66b

Browse files
Merge branch '7.2' into 7.3
* 7.2: [Validator] Remove comment to GitHub issue [Serializer] Add support for discriminator map in property normalizer [DependencyInjection] Fix inlining when public services are involved fix contracts directory name Fix TraceableSerializer when collected caller from array map [HttpClient] Limit curl's connection cache size [FrameworkBundle] Fix argument not provided to `add_bus_name_stamp_middleware`
2 parents 230dd2f + 5ed472e commit a3ff66b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Constraints/CollectionValidator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public function validate(mixed $value, Constraint $constraint): void
4747
$context = $this->context;
4848

4949
foreach ($constraint->fields as $field => $fieldConstraint) {
50-
// bug fix issue #2779
5150
$existsInArray = \is_array($value) && \array_key_exists($field, $value);
5251
$existsInArrayAccess = $value instanceof \ArrayAccess && $value->offsetExists($field);
5352

0 commit comments

Comments
 (0)