Skip to content

Commit fcf4717

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Implement fluent interface on RememberMeBadge::disable() Reapply the change to allow to set the composer binary path [DependencyInjection] throw proper exception when decorating a synthetic service [WebLink] Sync type with parent interface [WebLink] fix types on Link::withAttribute() [ErrorHandler][DebugClassLoader] Do not check Phake mocks classes
2 parents 7a5a294 + 340401b commit fcf4717

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
@@ -46,7 +46,7 @@ class Link implements EvolvableLinkInterface
4646
private $rel = [];
4747

4848
/**
49-
* @var array<string, string|\Stringable|int|float|bool|array>
49+
* @var array<string, string|bool|string[]>
5050
*/
5151
private $attributes = [];
5252

0 commit comments

Comments
 (0)