Skip to content

Commit e1f416f

Browse files
author
Stanislav Idolov
committed
1 parent 930c328 commit e1f416f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Element/UiComponent/DataProvider/FulltextFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function ($column) use ($alias) {
6767
* @param string $value
6868
* @return string
6969
*/
70-
private function escapeAgainstValue(string $value): string
70+
private function escapeAgainstValue(string $value)
7171
{
7272
return preg_replace('/([+\-><\(\)~*\"@]+)/', ' ', $value);
7373
}

0 commit comments

Comments
 (0)