diff --git a/module/VuFind/src/VuFind/Connection/Oracle.php b/module/VuFind/src/VuFind/Connection/Oracle.php
index ff8a555fc9fb76beca122335d74dd104ae2a7a5b..1ef9926d30779ea4a34ee49f8b0fcddac63f94d5 100644
--- a/module/VuFind/src/VuFind/Connection/Oracle.php
+++ b/module/VuFind/src/VuFind/Connection/Oracle.php
@@ -470,7 +470,6 @@ class Oracle
      * Clear out internal error tracking details.
      *
      * @return void
-     * @access private
      */
     protected function clearError()
     {
@@ -488,7 +487,6 @@ class Oracle
      * @param string $sql   SQL statement that caused error
      *
      * @return void
-     * @access private
      */
     protected function handleError($type, $error, $sql = '')
     {
diff --git a/module/VuFind/src/VuFind/Connection/Solr.php b/module/VuFind/src/VuFind/Connection/Solr.php
index 9f9850513f4b62fb29b287790d2371977d6549c2..e3b837a1b3297897c647d3237e781c53906c1eb5 100644
--- a/module/VuFind/src/VuFind/Connection/Solr.php
+++ b/module/VuFind/src/VuFind/Connection/Solr.php
@@ -1692,7 +1692,6 @@ class Solr implements ServiceLocatorAwareInterface
      * response; meat of the response is in the ['terms'] element, which contains
      * an index named for the requested term, which in turn contains an associative
      * array of term => count in index.
-     * @access public
      */
     public function getTerms($field, $start, $limit)
     {
diff --git a/module/VuFind/src/VuFind/Db/Row/Tags.php b/module/VuFind/src/VuFind/Db/Row/Tags.php
index 64788b72e6d1dd130263a64e943e26d8e9fe70a4..c2e6b43c1508d5bfbe7336d8a1e4b1e029f0ab2d 100644
--- a/module/VuFind/src/VuFind/Db/Row/Tags.php
+++ b/module/VuFind/src/VuFind/Db/Row/Tags.php
@@ -59,7 +59,6 @@ class Tags extends ServiceLocatorAwareGateway
      * @param int    $limit  Limit for results (null for none)
      *
      * @return array
-     * @access public
      */
     public function getResources($source = null, $sort = null, $offset = 0,
         $limit = null
diff --git a/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjects.php b/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjects.php
index 02765da8a31e5127f7c5b19b60c89d91b610960e..42a92988456bf6152513357132eae19e80606047 100644
--- a/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjects.php
+++ b/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjects.php
@@ -156,7 +156,6 @@ class OpenLibrarySubjects implements RecommendInterface
      * request.
      *
      * @return string
-     * @access protected
      */
     protected function getPublishedDates($field, $params, $request)
     {
diff --git a/module/VuFind/src/VuFind/Theme/Root/Helper/Record.php b/module/VuFind/src/VuFind/Theme/Root/Helper/Record.php
index 1d3a33b3f625ec649edc5ff97bbbdc07f3eba299..66d51e5490568f378667bf96240585361061497c 100644
--- a/module/VuFind/src/VuFind/Theme/Root/Helper/Record.php
+++ b/module/VuFind/src/VuFind/Theme/Root/Helper/Record.php
@@ -140,7 +140,6 @@ class Record extends AbstractHelper
      * "EndNote", "MARC", "RDF".
      *
      * @return array Strings representing export formats.
-     * @access public
      */
     public function getExportFormats()
     {