diff --git a/module/VuFind/src/VuFind/Controller/AbstractBase.php b/module/VuFind/src/VuFind/Controller/AbstractBase.php
index f781af8973f280f46368f39528accc21f207174d..106dd6e4a9f106d1e353e5ffdb74cd38badc00c9 100644
--- a/module/VuFind/src/VuFind/Controller/AbstractBase.php
+++ b/module/VuFind/src/VuFind/Controller/AbstractBase.php
@@ -65,7 +65,7 @@ class AbstractBase extends AbstractActionController
     /**
      * Get the account manager object.
      *
-     * @return \VuFind\Account\Manager
+     * @return \VuFind\Auth\Manager
      */
     protected function getAuthManager()
     {
@@ -291,4 +291,4 @@ class AbstractBase extends AbstractActionController
     {
         $this->getServiceLocator()->get('VuFind\SessionManager')->writeClose();
     }
-}
\ No newline at end of file
+}