Skip to content

Commit 1722ee1

Browse files
Merge branch '6.3' into 6.4
* 6.3: minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench) Fix bad merge List CS fix in .git-blame-ignore-revs Fix implicitly-required parameters List CS fix in .git-blame-ignore-revs Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
2 parents c7e30b9 + 0bc29a1 commit 1722ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class Link implements EvolvableLinkInterface
153153
*/
154154
private array $attributes = [];
155155

156-
public function __construct(string $rel = null, string $href = '')
156+
public function __construct(?string $rel = null, string $href = '')
157157
{
158158
if (null !== $rel) {
159159
$this->rel[$rel] = $rel;

0 commit comments

Comments
 (0)