From 615239f9e51a67d38c406172dc8c2e08a5f28def Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 26 Jul 2024 13:13:39 +0000 Subject: [PATCH] Apply fixes from StyleCI --- packages/framework/src/Facades/HydeFront.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/framework/src/Facades/HydeFront.php b/packages/framework/src/Facades/HydeFront.php index c1772b9cdae..b566839b999 100644 --- a/packages/framework/src/Facades/HydeFront.php +++ b/packages/framework/src/Facades/HydeFront.php @@ -32,7 +32,7 @@ public static function version(): string /** * Get the CDN link for a specific file. * - * @param 'app.css'|'hyde.css'|'hyde.css.map' $file + * @param 'app.css'|'hyde.css'|'hyde.css.map' $file */ public static function cdnLink(string $file): string {