We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02059f6 commit 646367aCopy full SHA for 646367a
IdGenerator/UlidGenerator.php
@@ -20,7 +20,7 @@
20
final class UlidGenerator extends AbstractIdGenerator
21
{
22
public function __construct(
23
- private readonly ?UlidFactory $factory = null
+ private readonly ?UlidFactory $factory = null,
24
) {
25
}
26
Validator/Constraints/UniqueEntity.php
@@ -51,7 +51,7 @@ public function __construct(
51
bool|string|array $ignoreNull = null,
52
array $groups = null,
53
$payload = null,
54
- array $options = []
+ array $options = [],
55
56
if (\is_array($fields) && \is_string(key($fields))) {
57
$options = array_merge($fields, $options);
0 commit comments