Skip to content
Snippets Groups Projects
Commit 88776aa7 authored by Lionel Walter's avatar Lionel Walter Committed by Demian Katz
Browse files

Eliminate unused parameter (#1285)

parent 22e483d6
No related merge requests found
......@@ -482,6 +482,6 @@ class QueryBuilder implements QueryBuilderInterface
}
return $handler
? $handler->createAdvancedQueryString($string, false) : $string;
? $handler->createAdvancedQueryString($string) : $string;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment