diff --git a/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php b/module/VuFind/src/VuFind/ILS/Driver/ClaviusSQL.php
index 0724b622c9d2654e737973cc944a6a74a430bc4e..ec77b222997fd0381f6256be82da7aaaea1ac953 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 f88d76f240be2f62e5edca3221075e3b5d99f89c..63afdf6354b09dfeb79a2ab690366449665e98f3 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 abd4e0a6ca4fe37cc01de38fe6f7734520994189..eb830553b4ec26afd2e7469133939a7ddff8ea5a 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);