Skip to content

Commit 8d6884c

Browse files
committed
fix CS
1 parent 2f893f1 commit 8d6884c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Constraints/Collection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public function __construct(mixed $fields = null, ?array $groups = null, mixed $
5353
if (null !== $fields) {
5454
$options['fields'] = $fields;
5555
}
56-
$fields = ['fields' => $fields];
5756
} else {
5857
trigger_deprecation('symfony/validator', '7.3', 'Passing an array of options to configure the "%s" constraint is deprecated, use named arguments instead.', static::class);
5958
}

0 commit comments

Comments
 (0)