From aa0f5db48989c762284a83cb1c3cb91c87bce61a Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 18 Jun 2015 16:10:08 -0400 Subject: [PATCH] php-cs-fixer --- .../src/VuFind/Search/Factory/AbstractSolrBackendFactory.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Search/Factory/AbstractSolrBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/AbstractSolrBackendFactory.php index 8ef71f225c7..e62e1131001 100644 --- a/module/VuFind/src/VuFind/Search/Factory/AbstractSolrBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/AbstractSolrBackendFactory.php @@ -415,7 +415,6 @@ abstract class AbstractSolrBackendFactory implements FactoryInterface ); } - /** * Get a hierarchical facet listener for the backend * -- GitLab