We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc2c49 commit dcca30cCopy full SHA for dcca30c
Link.php
@@ -46,7 +46,7 @@ class Link implements EvolvableLinkInterface
46
private $rel = [];
47
48
/**
49
- * @var string[]
+ * @var array<string, string|bool|string[]>
50
*/
51
private $attributes = [];
52
@@ -132,6 +132,8 @@ public function withoutRel($rel)
132
133
* {@inheritdoc}
134
*
135
+ * @param string|bool|string[] $value
136
+ *
137
* @return static
138
139
public function withAttribute($attribute, $value)
0 commit comments