Skip to content

Commit

Permalink
Fixed url docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Sep 27, 2016
1 parent 08563a2 commit 7862762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 7862762

Please sign in to comment.