Link: remove superfluous variable

This commit is contained in:
Thomas Gelf 2016-11-28 02:09:45 +01:00
parent d92198fa10
commit 9ec932adcd

View file

@ -9,9 +9,6 @@ class Link extends BaseElement
{
protected $tag = 'a';
/** @var Renderable */
protected $content;
/** @var Url */
protected $url;