Skip to content

Commit 0be4d95

Browse files
author
Stanislav Idolov
committed
1 parent e1f416f commit 0be4d95

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)
70+
private function escapeAgainstValue($value)
7171
{
7272
return preg_replace('/([+\-><\(\)~*\"@]+)/', ' ', $value);
7373
}

0 commit comments

Comments
 (0)