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

Style fix.

parent d38adc80
No related merge requests found
...@@ -124,8 +124,7 @@ class AbstractSolrSearch extends AbstractSearch ...@@ -124,8 +124,7 @@ class AbstractSolrSearch extends AbstractSearch
*/ */
protected function processAdvancedFacets($facetList, $searchObject = false, protected function processAdvancedFacets($facetList, $searchObject = false,
$hierarchicalFacets = [] $hierarchicalFacets = []
) ) {
{
// Process the facets // Process the facets
$facetHelper = null; $facetHelper = null;
if (!empty($hierarchicalFacets)) { if (!empty($hierarchicalFacets)) {
......
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