There was an error while loading. Please reload this page.
1 parent 57c03a5 commit 5eb4930Copy full SHA for 5eb4930
Link.php
@@ -50,7 +50,7 @@ class Link implements EvolvableLinkInterface
50
*/
51
private $attributes = [];
52
53
- public function __construct(string $rel = null, string $href = '')
+ public function __construct(?string $rel = null, string $href = '')
54
{
55
if (null !== $rel) {
56
$this->rel[$rel] = $rel;
0 commit comments