We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba0281 commit f1ee946Copy full SHA for f1ee946
docs/detailed-result-handling.md
@@ -39,7 +39,7 @@ The `Query` class provides the original query that was used for matching results
39
*/
40
public function sanitisedQuery(Query $query): DBText
41
{
42
-return DBText::create()->setValue($query->getQueryString());
+ return DBText::create()->setValue($query->getQueryString());
43
}
44
````
45
0 commit comments