Skip to content

Commit 646367a

Browse files
keradusnicolas-grekas
authored andcommitted
CS: trailing commas
1 parent 02059f6 commit 646367a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IdGenerator/UlidGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
final class UlidGenerator extends AbstractIdGenerator
2121
{
2222
public function __construct(
23-
private readonly ?UlidFactory $factory = null
23+
private readonly ?UlidFactory $factory = null,
2424
) {
2525
}
2626

Validator/Constraints/UniqueEntity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct(
5151
bool|string|array $ignoreNull = null,
5252
array $groups = null,
5353
$payload = null,
54-
array $options = []
54+
array $options = [],
5555
) {
5656
if (\is_array($fields) && \is_string(key($fields))) {
5757
$options = array_merge($fields, $options);

0 commit comments

Comments
 (0)