From 034ff7b07b38e1419dd52068129cd3964323a3a0 Mon Sep 17 00:00:00 2001 From: pre-commit fix Grzegorz Bogusz Date: Mon, 22 Jan 2024 12:20:05 +0000 Subject: [PATCH] auto fixes from pre-commit CI job job url: https://gitlab.creativestyle.pl/magesuite/seo-link-masking/-/jobs/627313 --- Helper/Url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helper/Url.php b/Helper/Url.php index f0dcfa1..227f562 100644 --- a/Helper/Url.php +++ b/Helper/Url.php @@ -25,7 +25,7 @@ public function encodeValue($value) if (empty($value)) { return $value; } - + $value = strtolower($value); $value = $this->removeExcludedCharacters($value); $value = urlencode($value);