From 457e9e33c52fde5cdd40d1072d2f5c113392313a Mon Sep 17 00:00:00 2001 From: Hendrik Bugdoll Date: Mon, 12 Feb 2024 12:47:46 +0100 Subject: [PATCH] Apply a php-cs-fixer change --- src/helpers/Url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/Url.php b/src/helpers/Url.php index 4212008..f62b89f 100644 --- a/src/helpers/Url.php +++ b/src/helpers/Url.php @@ -75,7 +75,7 @@ public static function toAjax($route, array $params = []) } /** - * Apply the HTTP protocol to an URL to make sure valid clickable links. Commonly used when provide link where user could have added URLs + * Apply the HTTP protocol to an URL to make sure valid clickable links. Commonly used when provide link where user could have added URLs. * in an administration area. For example: * * ```php