diff --git a/src/UI/HasLinkContract.php b/src/UI/HasLinkContract.php index 3741b510..59368e37 100644 --- a/src/UI/HasLinkContract.php +++ b/src/UI/HasLinkContract.php @@ -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 = '',