Skip to content
Snippets Groups Projects
Commit d48a9533 authored by Demian Katz's avatar Demian Katz
Browse files

Style fixes.

parent d82c439a
No related merge requests found
...@@ -546,8 +546,8 @@ class Results extends BaseResults ...@@ -546,8 +546,8 @@ class Results extends BaseResults
/** /**
* Get complete facet counts for several index fields * Get complete facet counts for several index fields
* *
* @param array $facetfields name of the Solr fields to return facets for * @param array $facetfields name of the Solr fields to return facets for
* @param bool $removeFilter Clear existing filters from selected fields (true) * @param bool $removeFilter Clear existing filters from selected fields (true)
* or retain them (false)? * or retain them (false)?
* @param int $limit A limit for the number of facets returned, this * @param int $limit A limit for the number of facets returned, this
* may be useful for very large amounts of facets that can break the JSON parse * may be useful for very large amounts of facets that can break the JSON parse
...@@ -556,8 +556,8 @@ class Results extends BaseResults ...@@ -556,8 +556,8 @@ class Results extends BaseResults
* *
* @return array an array with the facet values for each index field * @return array an array with the facet values for each index field
*/ */
public function getFullFieldFacets($facetfields, $removeFilter = true, $limit = -1, public function getFullFieldFacets($facetfields, $removeFilter = true,
$facetSort = null $limit = -1, $facetSort = null
) { ) {
$clone = clone($this); $clone = clone($this);
$params = $clone->getParams(); $params = $clone->getParams();
......
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