From 6c035cd2162aad4f63f1a363ec7627f3b623e8f1 Mon Sep 17 00:00:00 2001 From: Kristen Pol Date: Mon, 22 Jul 2024 11:51:44 -0700 Subject: [PATCH] Linting. --- src/Utility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utility.php b/src/Utility.php index 79ef3f5..f4fc635 100644 --- a/src/Utility.php +++ b/src/Utility.php @@ -78,7 +78,7 @@ public static function getUrl(string $url = NULL, string $langcode = NULL) : str * The path prefix based on multilingual settings. Defaults to '/'. */ public static function getPathPrefix(string $langcode = NULL) : string { - + // Always start with a slash. $prefix = '/';