Commit 6434a1e9 authored by postal's avatar postal

fix wrong return object (in doc block) on setQuery()

parent 7b57f3e2
......@@ -73,7 +73,7 @@ class Solarium_Query_Select_Component_Facet_Query extends Solarium_Query_Select_
*
* @param string $query
* @param array $bind Bind values for placeholders in the query string
* @return Solarium_Query_Select_Facet_Query Provides fluent interface
* @return Solarium_Query_Select_Component_Facet_Query Provides fluent interface
*/
public function setQuery($query, $bind = null)
{
......
Markdown is supported
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