From 8514f0c60da82dd1a8353925b8a4458e3cb8d15e Mon Sep 17 00:00:00 2001 From: LT Date: Sat, 16 Nov 2024 13:02:42 +0300 Subject: [PATCH] chore: docblock --- src/UI/HasLinkContract.php | 4 ++++ 1 file changed, 4 insertions(+) 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 = '',