From 3f1781b6ae59b301b1f85ff2b686d3f5cd790858 Mon Sep 17 00:00:00 2001 From: Fabian Erni <ferni@snowflake.ch> Date: Tue, 19 Feb 2013 17:09:40 +0100 Subject: [PATCH] Update module/VuFind/src/VuFind/Controller/AbstractBase.php Just an invalid doc block return value which prevents linking in IDEs --- module/VuFind/src/VuFind/Controller/AbstractBase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/VuFind/src/VuFind/Controller/AbstractBase.php b/module/VuFind/src/VuFind/Controller/AbstractBase.php index f781af8973f..106dd6e4a9f 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 +} -- GitLab