From 9c6ee0119bdb951dcbf5b8a2ffc3123df5054b42 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 9 Jul 2018 12:37:35 -0400
Subject: [PATCH] Fix comment.

---
 module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php
index 40ecab813b4..5b175d86f62 100644
--- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php
+++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php
@@ -383,6 +383,8 @@ class Connector implements \Zend\Log\LoggerAwareInterface
      * BackendException to standardize upstream handling.
      *
      * @param \Exception $ex Exception
+     *
+     * @return \Exception
      */
     protected function forceToBackendException($ex)
     {
-- 
GitLab