From e789c418f843fcf0bccde2d959b41b030117773c Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 5 Sep 2012 15:43:21 -0400 Subject: [PATCH] Fixed comments. --- module/VuFind/src/VuFind/Auth/MultiAuth.php | 2 +- module/VuFind/src/VuFind/Autocomplete/Solr.php | 2 +- .../src/VuFind/Recommend/AbstractSearchManagerAwareModule.php | 2 +- module/VuFind/src/VuFind/Statistics/AbstractBase.php | 2 +- .../src/VuFind/Theme/Root/Helper/AbstractServiceLocator.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/VuFind/src/VuFind/Auth/MultiAuth.php b/module/VuFind/src/VuFind/Auth/MultiAuth.php index bfa4cc02e0a..9a043a65d92 100644 --- a/module/VuFind/src/VuFind/Auth/MultiAuth.php +++ b/module/VuFind/src/VuFind/Auth/MultiAuth.php @@ -211,7 +211,7 @@ class MultiAuth extends AbstractBase implements ServiceLocatorAwareInterface * * @param ServiceLocatorInterface $serviceLocator Locator to register * - * @return Manager + * @return MultiAuth */ public function setServiceLocator(ServiceLocatorInterface $serviceLocator) { diff --git a/module/VuFind/src/VuFind/Autocomplete/Solr.php b/module/VuFind/src/VuFind/Autocomplete/Solr.php index 026e3f3661c..1efe1406eb8 100644 --- a/module/VuFind/src/VuFind/Autocomplete/Solr.php +++ b/module/VuFind/src/VuFind/Autocomplete/Solr.php @@ -292,7 +292,7 @@ class Solr implements AutocompleteInterface, ServiceLocatorAwareInterface * * @param ServiceLocatorInterface $serviceLocator Locator to register * - * @return Manager + * @return Solr */ public function setServiceLocator(ServiceLocatorInterface $serviceLocator) { diff --git a/module/VuFind/src/VuFind/Recommend/AbstractSearchManagerAwareModule.php b/module/VuFind/src/VuFind/Recommend/AbstractSearchManagerAwareModule.php index 76cb941a936..f3fafcc4789 100644 --- a/module/VuFind/src/VuFind/Recommend/AbstractSearchManagerAwareModule.php +++ b/module/VuFind/src/VuFind/Recommend/AbstractSearchManagerAwareModule.php @@ -50,7 +50,7 @@ abstract class AbstractSearchManagerAwareModule implements RecommendInterface, * * @param ServiceLocatorInterface $serviceLocator Locator to register * - * @return Manager + * @return AbstractSearchManagerAwareModule */ public function setServiceLocator(ServiceLocatorInterface $serviceLocator) { diff --git a/module/VuFind/src/VuFind/Statistics/AbstractBase.php b/module/VuFind/src/VuFind/Statistics/AbstractBase.php index 9bdd41f5466..feb0b525b31 100644 --- a/module/VuFind/src/VuFind/Statistics/AbstractBase.php +++ b/module/VuFind/src/VuFind/Statistics/AbstractBase.php @@ -60,7 +60,7 @@ abstract class AbstractBase implements ServiceLocatorAwareInterface * * @param ServiceLocatorInterface $serviceLocator Locator to register * - * @return Manager + * @return AbstractBase */ public function setServiceLocator(ServiceLocatorInterface $serviceLocator) { diff --git a/module/VuFind/src/VuFind/Theme/Root/Helper/AbstractServiceLocator.php b/module/VuFind/src/VuFind/Theme/Root/Helper/AbstractServiceLocator.php index b651cd5657e..da81af015a4 100644 --- a/module/VuFind/src/VuFind/Theme/Root/Helper/AbstractServiceLocator.php +++ b/module/VuFind/src/VuFind/Theme/Root/Helper/AbstractServiceLocator.php @@ -49,7 +49,7 @@ abstract class AbstractServiceLocator extends AbstractHelper * * @param ServiceLocatorInterface $serviceLocator Locator to register * - * @return Manager + * @return AbstractServiceLocator */ public function setServiceLocator(ServiceLocatorInterface $serviceLocator) { -- GitLab