diff --git a/src/Link.php b/src/Link.php index 2a3c739..ddb71c4 100644 --- a/src/Link.php +++ b/src/Link.php @@ -15,7 +15,7 @@ class Link implements Item, HasHtmlAttributes, HasParentAttributes, Activatable /** @var string */ protected $text; - /** @var string */ + /** @var string|null */ protected $url = null; /** @var bool */