We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930c328 commit e1f416fCopy full SHA for e1f416f
lib/internal/Magento/Framework/View/Element/UiComponent/DataProvider/FulltextFilter.php
@@ -67,7 +67,7 @@ function ($column) use ($alias) {
67
* @param string $value
68
* @return string
69
*/
70
- private function escapeAgainstValue(string $value): string
+ private function escapeAgainstValue(string $value)
71
{
72
return preg_replace('/([+\-><\(\)~*\"@]+)/', ' ', $value);
73
}
0 commit comments