[WebLink] Sync type with parent interface

This commit is contained in:
Nicolas Grekas 2021-06-22 09:44:52 +02:00
parent f0bb3caad1
commit 63e42698d9
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class Link implements EvolvableLinkInterface
/**
* {@inheritdoc}
*
* @param string|bool|string[] $value
* @param string|\Stringable|int|float|bool|string[] $value
*
* @return static
*/