Skip to content

Commit 12f40c2

Browse files
MAGETWO-99605: Exact match search in the Backend
1 parent bb58054 commit 12f40c2

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
@@ -64,8 +64,8 @@ function ($column) use ($alias) {
6464

6565
/**
6666
* Escape against value
67-
* @param string $value
6867
*
68+
* @param string $value
6969
* @return string
7070
*/
7171
private function escapeAgainstValue(string $value): string

0 commit comments

Comments
 (0)