Skip to content

Commit 435400e

Browse files
author
LAPTOP-RSOLLPLO\sl
committed
Adding back trim logic to string value normalizeFilterValue function
1 parent 6716b55 commit 435400e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Feed/BrndFeedType.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ private static function normalizeFilterValue(mixed $value): string
146146
return '';
147147
}
148148

149+
$value = trim($value);
150+
149151
return strtolower($value);
150152
}
151153

0 commit comments

Comments
 (0)