Skip to content

Commit 1348473

Browse files
authored
fixes #874
1 parent 6202864 commit 1348473

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/Validator/Constraints/Unique.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ public function __construct(
3434
array $options = [],
3535
) {
3636
parent::__construct(
37-
$fields,
38-
$message,
39-
$service,
40-
$em,
41-
$entityClass,
42-
$repositoryMethod,
43-
$errorPath,
44-
$ignoreNull,
45-
$groups,
46-
$payload,
47-
$options,
37+
fields: $fields,
38+
message: $message,
39+
service: $service,
40+
em: $em,
41+
entityClass: $entityClass,
42+
repositoryMethod: $repositoryMethod,
43+
errorPath: $errorPath,
44+
ignoreNull: $ignoreNull,
45+
groups: $groups,
46+
payload: $payload,
47+
options: $options,
4848
);
4949
}
5050
}

0 commit comments

Comments
 (0)