Skip to content

Commit 0bc29a1

Browse files
Merge branch '5.4' into 6.3
* 5.4: 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 [Messenger][AmazonSqs] Allow async-aws/sqs version 2
2 parents 0989ca6 + 5eb4930 commit 0bc29a1

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)