Skip to content

Commit

Permalink
chore: docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Nov 16, 2024
1 parent 8649b34 commit 8514f0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/UI/HasLinkContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ public function isLinkBlank(): bool;

public function isWithoutIcon(): bool;

/**
* @param string|(Closure(string $value, static $ctx): string) $link
* @param string|(Closure(string $value, static $ctx): string) $name
*/
public function link(
string|Closure $link,
string|Closure $name = '',
Expand Down

0 comments on commit 8514f0c

Please sign in to comment.