10000
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 00b3fd5 commit 10e5234Copy full SHA for 10e5234
src/EvolvableLinkTrait.php
@@ -61,7 +61,7 @@ public function withoutRel(string $rel): static
61
*
62
* @return EvolvableLinkInterface
63
*/
64
- public function withAttribute(string $attribute, string $value): static
+ public function withAttribute(string $attribute, string|\Stringable|int|float|bool|array $value): static
65
{
66
/** @ 3D1A var EvolvableLinkInterface $that */
67
$that = clone($this);
0 commit comments