From 74adbd5e8a04136549ea7095845debfd1ab19522 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 19 Oct 2017 12:58:22 -0400
Subject: [PATCH] More comment cleanup.

---
 module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php         | 7 -------
 .../src/VuFindTest/View/Helper/Root/CitationTest.php       | 2 +-
 .../src/VuFindTheme/View/Helper/ConcatTrait.php            | 2 +-
 3 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php b/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php
index 0724b622c9d..ec77b222997 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php
@@ -525,13 +525,6 @@ class ClaviusSQL extends AbstractBase
      *
      * @throws ILSException
      * @return array        Array of the patron's profile data on success.
-            firstname
-            lastname
-            address1
-            address2
-            zip
-            phone
-            group - i.e. Student, Staff, Faculty, etc.
      */
     public function getMyProfile($patron)
     {
diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/CitationTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/CitationTest.php
index f88d76f240b..63afdf6354b 100644
--- a/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/CitationTest.php
+++ b/module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/CitationTest.php
@@ -40,7 +40,7 @@ use VuFind\View\Helper\Root\Citation;
 class CitationTest extends \VuFindTest\Unit\ViewHelperTestCase
 {
     /**
- * Sample citations -- each element of this array contains three elements --
+     * Sample citations -- each element of this array contains three elements --
      * the raw input data and the expected apa/mla output citations.
      *
      * @var array
diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/ConcatTrait.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/ConcatTrait.php
index abd4e0a6ca4..eb830553b4e 100644
--- a/module/VuFindTheme/src/VuFindTheme/View/Helper/ConcatTrait.php
+++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/ConcatTrait.php
@@ -74,7 +74,7 @@ trait ConcatTrait
      *
      * @param stdClass $item Element object
      * @param string   $path New path string
-
+     *
      * @return void
      */
     abstract protected function setResourceFilePath($item, $path);
-- 
GitLab