Closed
Description
Symfony version(s) affected: 4.4.* | 5.*
Description
Link.php implements EvolvableLinkInterface and override withAttribute(string $attribute, string $value) by withAttribute($attribute, $value), $value can by mixed now, but in docblock still string.
Child can extend parent param types and all work ok, but phpstan report error when I use withAttribute('crossorigin', true).
HttpHeaderSerializer support not only string.
twig-bridge docblock contain info about supporting true and real values.
We need update docblock to actual.