From fe05004f412e5503d5124765e4f95a5b98d9bf77 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 22 Sep 2016 09:46:31 -0400
Subject: [PATCH] More phpdoc corrections. - Thanks to Ere Maijala.

---
 module/VuFind/src/VuFind/RecordDriver/SolrDefault.php | 2 +-
 module/VuFind/src/VuFind/RecordTab/UserComments.php   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/module/VuFind/src/VuFind/RecordDriver/SolrDefault.php b/module/VuFind/src/VuFind/RecordDriver/SolrDefault.php
index e31803594bf..85ceedb4e01 100644
--- a/module/VuFind/src/VuFind/RecordDriver/SolrDefault.php
+++ b/module/VuFind/src/VuFind/RecordDriver/SolrDefault.php
@@ -1797,7 +1797,7 @@ class SolrDefault extends AbstractBase
     }
 
     /**
-     * Get longitude/latitude text (or false if not available).
+     * Get longitude/latitude values (or empty array if not available).
      *
      * @return array
      */
diff --git a/module/VuFind/src/VuFind/RecordTab/UserComments.php b/module/VuFind/src/VuFind/RecordTab/UserComments.php
index 9bbede39072..8921c63e8d5 100644
--- a/module/VuFind/src/VuFind/RecordTab/UserComments.php
+++ b/module/VuFind/src/VuFind/RecordTab/UserComments.php
@@ -46,7 +46,7 @@ class UserComments extends AbstractBase
     protected $enabled;
 
     /**
-     * Is this tab enabled?
+     * Should we use ReCaptcha?
      *
      * @var bool
      */
-- 
GitLab