Skip to content

Commit a2df2c6

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: stop marking parameters implicitly as nullable include message id provided by the MTA when dispatching the SentMessageEvent
2 parents 8872c3b + ca1d78e commit a2df2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fixtures/ConstraintWithRequiredArgument.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ final class ConstraintWithRequiredArgument extends Constraint
2020
public string $requiredArg;
2121

2222
#[HasNamedArguments]
23-
public function __construct(string $requiredArg, array $groups = null, mixed $payload = null)
23+
public function __construct(string $requiredArg, ?array $groups = null, mixed $payload = null)
2424
{
2525
parent::__construct([], $groups, $payload);
2626

0 commit comments

Comments
 (0)