Skip to content

Commit beb9a13

Browse files
Merge branch '7.0' into 7.1
* 7.0: List CS fix in .git-blame-ignore-revs Fix implicitly-required parameters 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 [Messenger][AmazonSqs] Allow async-aws/sqs version 2
2 parents 3dc0fd0 + 855a347 commit beb9a13

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)