Skip to content

Commit f1ee946

Browse files
committed
AOS-100 Add query sanitisation example
1 parent 4ba0281 commit f1ee946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/detailed-result-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The `Query` class provides the original query that was used for matching results
3939
*/
4040
public function sanitisedQuery(Query $query): DBText
4141
{
42-
return DBText::create()->setValue($query->getQueryString());
42+
return DBText::create()->setValue($query->getQueryString());
4343
}
4444
````
4545

0 commit comments

Comments
 (0)